Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Add twig to path for etap tests
Browse files Browse the repository at this point in the history
Required to run 030-doc-from-json.t

BugzID: 14419

Conflicts:
	Makefile
  • Loading branch information
Bob Dionne authored and Robert Newson committed Nov 15, 2012
1 parent bbf0032 commit be218b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Expand Up @@ -30,7 +30,9 @@ clean:
# compile is required here because of cross-dependencies between apps
check: compile
@./rebar eunit
@ERL_FLAGS="-pa `pwd`/apps/couch/ebin" prove apps/couch/test/etap/*.t
@ERL_FLAGS="-pa `pwd`/apps/couch/ebin \
-pa `pwd`/deps/twig/ebin" \
prove apps/couch/test/etap/*.t

dist: compile
@rm -rf rel/bigcouch
Expand Down

0 comments on commit be218b3

Please sign in to comment.