Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Saller <bcsaller@objectrealms.net>2007-05-23 20:28:40 (GMT)
committer Benjamin Saller <bcsaller@objectrealms.net>2007-05-23 20:28:40 (GMT)
commitfbbcfd54141706a0d23e1d9bf4b9e41a6a6122bc (patch)
tree43a34a77527717f9155625d25ef91ec91b85cb56 /Makefile.am
parentaad8dcabbdf1a262742325f3bdbddbf77589ba5c (diff)
try to make it simpler to run the tests again
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d5c672f..68600b9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1,5 @@
SUBDIRS = bin etc src
+
+test:
+ @cd tests
+ $(MAKE) -C tests test \ No newline at end of file