From: tho Date: Fri, 9 Nov 2007 16:04:42 +0000 (+0000) Subject: added generic test target. X-Git-Url: http://g0dil.de/git?p=senf.git;a=commitdiff_plain;h=f8f6c88bb83ad06fcdeb02d1383b02d574bce130 added generic test target. git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@504 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Makefile b/Makefile index 9431cfe..dad96af 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Some SCONS shortcuts #---------------------------------------------------------------------- -CONCURRENCY_LEVEL ?= 1 +CONCURRENCY_LEVEL ?= 2 SCONS=scons -j $(CONCURRENCY_LEVEL) @@ -16,6 +16,9 @@ clean: all_docs all_tests all: $(SCONS) $@ + +%/test: + $(SCONS) $@ #---------------------------------------------------------------------- # Subversion stuff