From 6bdf20853fbb4691db26b4a060d6f4c6fe36ce89 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 26 Jan 2009 17:30:24 -0700
Subject: [PATCH] setup: always run build_tahoe before running tests

---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 53fb00cf..5d1ba29a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -29,4 +29,4 @@ find_links=misc/dependencies tahoe-deps ../tahoe-deps
 
 [aliases]
 build = darcsver --count-all-patches build_tahoe
-test = trial
+test = build_tahoe trial
-- 
2.45.2