From 8920ea6ae399c651ccd51239d7fb7358d9d44f97 Mon Sep 17 00:00:00 2001 From: Brad Anderson Date: Thu, 19 Aug 2010 14:19:14 -0400 Subject: etap couch tests now executing again, work to do on C libs to get them to pass --- .rebar/templates/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.rebar/templates') 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 -- cgit v1.2.3