diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile new file mode 100644 index 00000000..6750dd20 --- /dev/null +++ b/tests/Makefile @@ -0,0 +1,9 @@ +# $Id$ + +SUBDIRS = resource-set uri + +all clean: + @for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && make $@); done + +install: + @true |