Invoke eunit tests only for files in src directory
Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/017ab585 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/tree/017ab585 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/diff/017ab585 Branch: refs/heads/upstream Commit: 017ab585e463150535f16682d916ee47d7735838 Parents: 6d5bcef Author: Chandru Mullaparthi <[email protected]> Authored: Tue Apr 19 18:28:11 2016 +0100 Committer: Chandru Mullaparthi <[email protected]> Committed: Tue Apr 19 18:28:11 2016 +0100 ---------------------------------------------------------------------- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/017ab585/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index f67da07..e0ca0f2 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ old_tests: eunit: @echo "=====================================================" @echo "Running eunit tests..." - $(REBAR) eunit + $(REBAR) eunit --dir="src" xref: all $(REBAR) xref
