Compile test modules
Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/3a4044d4 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/tree/3a4044d4 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/diff/3a4044d4 Branch: refs/heads/upstream Commit: 3a4044d4c185010f35c000bd94a62b23b77a91f0 Parents: 8494e94 Author: Chandrashekhar Mullaparthi <[email protected]> Authored: Mon Sep 28 08:27:35 2015 +0100 Committer: Chandrashekhar Mullaparthi <[email protected]> Committed: Mon Sep 28 08:27:35 2015 +0100 ---------------------------------------------------------------------- Makefile | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/3a4044d4/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 28dfda8..d2e61c6 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ eunit_test: all ./rebar eunit test: all + cd test; erl -pa ../../ibrowse/ebin -make; cd ../; \ erl -noshell -pa test -pa ebin -s ibrowse_test unit_tests \ -s ibrowse_test verify_chunked_streaming \ -s ibrowse_test test_chunked_streaming_once \
