]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
run foolscap tests from src instead of from instdir since .pyc's in instdir have...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 1 May 2007 02:18:06 +0000 (19:18 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 1 May 2007 02:18:06 +0000 (19:18 -0700)
GNUmakefile

index 987535937cb96038983f8ad4347e3de24a2e591f..959931ffdf06ffdb9bc624d5706306080fb1c767 100644 (file)
@@ -110,14 +110,15 @@ stop-introducer: build
 .PHONY: test
 
 ifeq ($(TEST),)
-TEST=allmydata zfec foolscap
+TEST=allmydata zfec
 endif
 REPORTER=
 
 # use 'make test REPORTER=--reporter=bwverbose' from buildbot, to supress the
 # ansi color sequences
 test: build
-       $(PP) $(TRIAL) $(REPORTER) $(TEST)
+       $(PP) $(TRIAL) $(REPORTER) $(TEST) ;
+       cd src/foolscap && $(PP) $(TRIAL) $(REPORTER) foolscap
 
 test-figleaf: build
        rm -f .figleaf