Skip to content

Commit

Permalink
use ct_run to run common tests directly
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoslawful committed Apr 7, 2011
1 parent 99b9fbc commit b68acde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/zfor/Makefile
Expand Up @@ -28,7 +28,8 @@ test_compile: subdirs

test_do: test_compile
mkdir -p log
${RUN_TEST_CMD} -I$(INCLUDE) -pa $(ROOT)/ebin -logdir log -spec test.spec -cover test/zfor.coverspec
#${RUN_TEST_CMD} -I$(INCLUDE) -pa $(ROOT)/ebin -logdir log -spec test.spec -cover test/zfor.coverspec
erl -s ct_run script_start -s erlang halt -I$(INCLUDE) -pa $(ROOT)/ebin -logdir log -spec test.spec -cover test/zfor.coverspec

test.spec: test.spec.in
cat test.spec.in | sed -e "s,@PATH@,$(PWD)," > $(PWD)/test.spec
Expand Down

0 comments on commit b68acde

Please sign in to comment.