diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2009-02-23 02:09:11 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruen@suse.de> | 2009-02-23 02:09:11 +0100 |
commit | 8fd7497a555e6010f7bd5a012ab256655cd4a90c (patch) | |
tree | f674c03293966249f01f80d953a7c999b0d74457 /Makefile | |
parent | fc56f01affe5e7589065860a2de49b3c4f9d61ea (diff) | |
download | attr-8fd7497a555e6010f7bd5a012ab256655cd4a90c.tar.gz |
Add top-level ext-tests and root-tests targets
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -86,6 +86,6 @@ realclean distclean: clean rm -f $(LDIRT) $(CONFIGURE) rm -rf autom4te.cache Logs -.PHONY: tests -tests: default - $(MAKE) -C test/ tests +.PHONY: tests root-tests ext-tests +tests root-tests ext-tests: default + $(MAKE) -C test/ $@ |