diff options
author | Eric <[email protected]> | 2013-01-24 21:04:04 -0800 |
---|---|---|
committer | Eric <[email protected]> | 2013-01-24 21:04:04 -0800 |
commit | 58f0df46df654f6221aff6534477b5df1076e0fa (patch) | |
tree | ccc9c612deac643818f62166c2827c018574f0b6 /Makefile | |
parent | 6c90453d79cd1e8cf35cb4f6ad4ee51d7be39e50 (diff) | |
download | relx-58f0df46df654f6221aff6534477b5df1076e0fa.tar.gz relx-58f0df46df654f6221aff6534477b5df1076e0fa.tar.bz2 relx-58f0df46df654f6221aff6534477b5df1076e0fa.zip |
fix a bug in running ct tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |