aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric <[email protected]>2013-01-24 21:04:04 -0800
committerEric <[email protected]>2013-01-24 21:04:04 -0800
commit58f0df46df654f6221aff6534477b5df1076e0fa (patch)
treeccc9c612deac643818f62166c2827c018574f0b6 /Makefile
parent6c90453d79cd1e8cf35cb4f6ad4ee51d7be39e50 (diff)
downloadrelx-58f0df46df654f6221aff6534477b5df1076e0fa.tar.gz
relx-58f0df46df654f6221aff6534477b5df1076e0fa.tar.bz2
relx-58f0df46df654f6221aff6534477b5df1076e0fa.zip
fix a bug in running ct tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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 \