This commit is contained in:
Jesper Louis Andersen
2021-06-15 14:24:45 +02:00
parent 3d9cc841eb
commit 0b8abb95d5
4 changed files with 60 additions and 0 deletions
+3
View File
@@ -5,6 +5,9 @@ RUN_EQC=erl -pa _build/default/lib/enacl/ebin -noshell -s enacl_eqc -s init stop
compile:
$(REBAR) compile
.PHONY: tests
$(REBAR) ct
eqc_compile: compile
erlc -o _build/default/lib/enacl/ebin eqc_test/enacl_eqc.erl