added generic test target.
tho [Fri, 9 Nov 2007 16:04:42 +0000 (16:04 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@504 270642c3-0616-0410-b53a-bc976706d245

Makefile

index 9431cfe..dad96af 100644 (file)
--- 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