summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2009-09-25 07:50:05 +0200
committerJürg Billeter <j@bitron.ch>2009-09-26 14:38:44 +0200
commit2706e671ff9600d252705913342d1890ca1eb43a (patch)
tree56249d07b992cf727775a246e7233d97ba3208ca /Makefile.am
parentffe25d65b4ac1ee955807fa1c1f395796feb34a9 (diff)
downloadvala-2706e671ff9600d252705913342d1890ca1eb43a.tar.gz
Speed up test infrastructure
The updated test runner builds all tests at once to speed up testing.
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 3d3527324..e603ea9c8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,6 +36,10 @@ DIST_SUBDIRS = \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = vala-1.0.pc
+.PHONY: test
+test:
+ cd tests && $(MAKE) $(AM_MAKEFLAGS) check
+
dist-hook: gen-ChangeLog
gen_start_date = 2009-02-25