mirror of
https://github.com/ubf/ubf.git
synced 2026-04-16 17:55:48 +00:00
move gmt_eqc* files to test directory
This commit is contained in:
@@ -28,14 +28,13 @@
|
||||
|
||||
%% run from eunit
|
||||
eunit_test_() ->
|
||||
erlang:group_leader(whereis(user), self()),
|
||||
{timeout, 60, [fun() -> [] = run() end]}.
|
||||
gmt_eqc:eunit_module(?MODULE, 3000).
|
||||
|
||||
run() ->
|
||||
run(3000).
|
||||
|
||||
run(Num) ->
|
||||
eqc:module({numtests,Num}, ?MODULE).
|
||||
run(NumTests) ->
|
||||
eqc:module({numtests,NumTests}, ?MODULE).
|
||||
|
||||
%% @desc test the any generator against the ubf encoder/decoder
|
||||
prop_ubf_gen_any() ->
|
||||
|
||||
Reference in New Issue
Block a user