Add eqc profile

This commit is contained in:
Thomas Arts 2019-02-28 13:34:03 +01:00
parent a51a864059
commit 9d056dc620

View File

@ -45,5 +45,8 @@
"robocopy \"%REBAR_BUILD_DIR%/bin/\" ./ aefateasm* "
"/njs /njh /nfl /ndl & exit /b 0"} % silence things
]}
]}]}.
]},
{eqc, [{erl_opts, [{parse_transform, eqc_cover}]},
{extra_src_dirs, ["quickcheck"]} %% May not be called eqc!
]}
]}.