diff options
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 |