modified makefile to run quickcheck tests. Usage: make eqc_db

This commit is contained in:
Kallfaktorn 2011-05-05 02:50:46 +02:00
parent 8712049ed0
commit 8b0ca36483

View file

@ -42,9 +42,19 @@ run:
-mnesia dir '"/tmp/ggs"' \ -mnesia dir '"/tmp/ggs"' \
-boot start_sasl \ -boot start_sasl \
-pa $(LIBDIR)/erlv8/ebin/ \ -pa $(LIBDIR)/erlv8/ebin/ \
-pa $(LIBDIR)/eqc/ebin/ \
-pa ebin \ -pa ebin \
-pa src \ -pa src \
-s start_ggs -s start_ggs
eqc_db:
$(ERLC) -pa $(BEAMDIR) -pa $(LIBDIR)/eqc/ebin -pa $(SRCDIR) -pa $(TESTDIR) $(TESTDIR)/ggs_db_eqc_test.erl
erl -mnesia dir '"/tmp/ggs"' \
-pa $(LIBDIR)/eqc/ebin/ \
-pa ebin/ \
-pa src/ \
-pa tests/ \
-s ggs_db_eqc_test
force_look: force_look:
true true