Add eqc_mini_run and eqc_run directives to Makefile

This commit is contained in:
Irina Guberman
2017-08-16 23:40:51 -05:00
parent fd796440db
commit cfd654c275
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -11,6 +11,8 @@
-define(FAULT_RATE(Arg1, Arg2, Arg3), noop_fault_rate(Arg1, Arg2, Arg3)).
-endif.
start()->
eqc:module(?MODULE).
noop_fault(_Bad, Good) -> Good.