From 6acbffbecfe434a345bc5d0ccc475f2b53ce2b1f Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 13 Sep 2007 19:12:55 -0700
Subject: [PATCH] Makefile: don't attempt to run trial tests if the
 dependencies can't be imported

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 93c1e647..16be46bf 100644
--- 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
-- 
2.45.2