aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile9
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