From e5813d55b0f65d30b3081d0f1a5cd2e7b6f900ed Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Tue, 29 Sep 2009 02:38:18 +0000 Subject: Add ETap to CouchDB's SVN repository. This pulls in ETap as an included dependency. As per directions of the ASF the NOTICE and LICENSE have been updated. Tests have been updated to include etap on Erlang's code path. license.skip was updated for make distcheck. This only affects running the Erlang test suite. Noah is awesome. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819799 13f79535-47bb-0310-9956-ffa450edef68 --- test/etap/063-kt-get-leaves.t | 1 + 1 file changed, 1 insertion(+) (limited to 'test/etap/063-kt-get-leaves.t') diff --git a/test/etap/063-kt-get-leaves.t b/test/etap/063-kt-get-leaves.t index f86ddde6..a8fa3e94 100755 --- a/test/etap/063-kt-get-leaves.t +++ b/test/etap/063-kt-get-leaves.t @@ -14,6 +14,7 @@ % the License. main(_) -> + code:add_patha("src/etap"), code:add_pathz("src/couchdb"), etap:plan(11), case (catch test()) of -- cgit v1.2.3