Add thrash test.

This commit is contained in:
Gregory Burd 2011-11-28 15:59:57 -05:00
parent 00f5549644
commit 1d28a6f5f5

View file

@ -1,5 +1,6 @@
ERL ?=erl
CT_RUN ?=ct_run
ERL_FLAGS ?=+A10
REBAR_FLAGS :=
@ -11,6 +12,9 @@ test: tests
tests:
@ $(REBAR) $(REBAR_FLAGS) eunit ct
thrash-test:
@ $(CT_RUN) -pa test/ -suite thrash_SUITE
clean:
$(REBAR) $(REBAR_FLAGS) clean
-rm test/*.beam