Rough model to fuzz test aeb_fate_code

This commit is contained in:
Thomas Arts 2019-05-27 13:30:38 +02:00
parent 4a90e3b2b4
commit 0bb4ac0fea

View File

@ -53,7 +53,7 @@
"/njs /njh /nfl /ndl & exit /b 0"} % silence things "/njs /njh /nfl /ndl & exit /b 0"} % silence things
]} ]}
]}, ]},
{eqc, [{erl_opts, [{parse_transform, eqc_cover}]}, {eqc, [{erl_opts, [{parse_transform, eqc_cover}, {d, 'EQC'}]},
{extra_src_dirs, ["quickcheck"]} %% May not be called eqc! {extra_src_dirs, ["quickcheck"]} %% May not be called eqc!
]} ]}
]}. ]}.