projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b17e2a
)
run foolscap tests from src instead of from instdir since .pyc's in instdir have...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 1 May 2007 02:18:06 +0000
(19:18 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 1 May 2007 02:18:06 +0000
(19:18 -0700)
GNUmakefile
patch
|
blob
|
history
diff --git
a/GNUmakefile
b/GNUmakefile
index 987535937cb96038983f8ad4347e3de24a2e591f..959931ffdf06ffdb9bc624d5706306080fb1c767 100644
(file)
--- a/
GNUmakefile
+++ b/
GNUmakefile
@@
-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