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:
f443f8a
)
Makefile: don't attempt to run trial tests if the dependencies can't be imported
author
Zooko O'Whielacronx
<zooko@zooko.com>
Fri, 14 Sep 2007 02:12:55 +0000
(19:12 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Fri, 14 Sep 2007 02:12:55 +0000
(19:12 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 93c1e6473a0615f49a8658cbe969afeb574765a3..16be46bf6232df9d3907be7d73fefe8874efdea4 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-100,6
+100,7
@@
TEST=allmydata
# suppress the ansi color sequences
test: build
+ $(PP) $(PYTHON) -c 'import allmydata, zfec, foolscap, simplejson, nevow, OpenSSL'
$(PP) $(TRIAL) $(REPORTER) $(TEST)
test-figleaf: build