Makefile: don't attempt to run trial tests if the dependencies can't be imported

This commit is contained in:
Zooko O'Whielacronx 2007-09-13 19:12:55 -07:00
parent f443f8adbc
commit 6acbffbecf

View File

@ -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