1
0
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:
Joseph Wayne Norton
2011-02-16 11:55:03 +09:00
parent e829f963b9
commit 56dbfb3884
3 changed files with 3 additions and 4 deletions

View File

@@ -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() ->