From 58f0df46df654f6221aff6534477b5df1076e0fa Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 24 Jan 2013 21:04:04 -0800 Subject: fix a bug in running ct tests --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1cf2e23..a7e9bb6 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,7 @@ eunit: compile clean-common-test-data $(REBAR) skip_deps=true eunit ct: compile clean-common-test-data + mkdir -p $(CURDIR) logs ct_run -pa $(CURDIR)/ebin \ -pa $(CURDIR)/deps/*/ebin \ -logdir $(CURDIR)/logs \ -- cgit v1.2.3