Add thrash test.
This commit is contained in:
parent
00f5549644
commit
1d28a6f5f5
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue