diff options
author | Brad Anderson <brad@cloudant.com> | 2010-08-19 14:19:14 -0400 |
---|---|---|
committer | Brad Anderson <brad@cloudant.com> | 2010-08-19 14:19:14 -0400 |
commit | 8920ea6ae399c651ccd51239d7fb7358d9d44f97 (patch) | |
tree | 7e1ea8cd4d7828d1dfa8567e276f0ebec91bd597 /.rebar/templates | |
parent | 958598fd6ed481f802716dd0aff4502eae2c62c2 (diff) |
etap couch tests now executing again, work to do on C libs to get them to pass
Diffstat (limited to '.rebar/templates')
-rw-r--r-- | .rebar/templates/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rebar/templates/Makefile b/.rebar/templates/Makefile index 4bb6a814..bdc5625d 100644 --- a/.rebar/templates/Makefile +++ b/.rebar/templates/Makefile @@ -8,7 +8,7 @@ clean: check: compile @ERL_LIBS="`pwd`/apps" ./rebar eunit - @ERL_LIBS="`pwd`/apps" prove apps/couch/test/*.t + @ERL_LIBS="`pwd`/apps" prove apps/couch/test/etap/*.t compilenative: @./rebar compile erl_opts=native |