Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha@silbe.org>2009-08-12 12:47:48 (GMT)
committer Sascha Silbe <sascha@silbe.org>2009-08-13 22:36:17 (GMT)
commit3252c28a6d7f58c4e92b4e6e86ed3c549769a921 (patch)
treea2d1bd9bf7f0b7c6a7c948977dfe4056edf31317
parent31a9c674c421de221eb5d260527c3559928d387e (diff)
run test suite on 'make check'
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5fa2790..a376db3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = bin etc src
+check: test
test:
@cd tests
$(MAKE) -C tests test