configure for QC testing on http://quickcheck-ci.com

This commit is contained in:
Irina Guberman
2017-08-15 13:40:45 -05:00
parent bf4d61680c
commit 0e7ee5c6f0
3 changed files with 39 additions and 0 deletions
+3
View File
@@ -4,6 +4,9 @@ REBAR=rebar3
compile:
$(REBAR) compile | sed -e 's|_build/default/lib/enacl/||g'
eqc_compile: compile
erlc -o _build/default/lib/enacl/ebin eqc_test/enacl_eqc.erl
.PHONE: console
console: compile
$(REBAR) shell