From be218b3834629e437bda6bcb1bfd302db6535889 Mon Sep 17 00:00:00 2001 From: Bob Dionne Date: Thu, 23 Aug 2012 06:06:47 -0400 Subject: Add twig to path for etap tests Required to run 030-doc-from-json.t BugzID: 14419 Conflicts: Makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef6236cd..489c530a 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3