X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Makefile;h=dad96af029ce16296cf34e4125e721b8be2afe28;hb=63b650afb727cce067817ce9451eecb932446bf3;hp=9431cfe0c450d6b5b0c434fe720ce028acfdf795;hpb=e538a1cc66b4998b7ed7cb57b92297392c0c36d7;p=senf.git 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