From e29a1924afe9e6051369f7bcbf44ccdf53de536a Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Mon, 9 Nov 2009 00:39:16 +0000 Subject: Fixes 'make distcheck' to run the test suite. Quite a few changes to the build system to handle VPATH builds appropriately as well as make the test suite know about them. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@833951 13f79535-47bb-0310-9956-ffa450edef68 --- test/etap/002-erl-driver.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/etap/002-erl-driver.t') diff --git a/test/etap/002-erl-driver.t b/test/etap/002-erl-driver.t index 4a2a40da..f353eda4 100644 --- a/test/etap/002-erl-driver.t +++ b/test/etap/002-erl-driver.t @@ -13,8 +13,7 @@ main(_) -> - code:add_patha("src/etap"), - code:add_pathz("src/couchdb"), + test_util:init_code_path(), etap:plan(3), etap:is( couch_util:start_driver("src/couchdb/.libs"), -- cgit v1.2.3