diff options
Diffstat (limited to 'test/etap/001-load.t')
-rwxr-xr-x | test/etap/001-load.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/etap/001-load.t b/test/etap/001-load.t index 983c2ae8..619b289b 100755 --- a/test/etap/001-load.t +++ b/test/etap/001-load.t @@ -17,6 +17,7 @@ % Test that we can load each module. main(_) -> + code:add_patha("src/etap"), code:add_pathz("src/couchdb"), etap:plan(39), Modules = [ |