mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 08:35:22 +00:00
Add EQC ifdefs.
This commit is contained in:
parent
bda1b5c3cf
commit
6fd07010d7
@ -1,6 +1,7 @@
|
||||
-module(verify_listkeys_eqcfsm).
|
||||
-compile(export_all).
|
||||
|
||||
-ifdef(EQC).
|
||||
-include_lib("eqc/include/eqc.hrl").
|
||||
-include_lib("eqc/include/eqc_fsm.hrl").
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
@ -239,3 +240,4 @@ sort_keys({error, _}=Error) ->
|
||||
sort_keys(Keys) ->
|
||||
lists:usort(Keys).
|
||||
|
||||
-endif. % EQC
|
||||
|
Loading…
Reference in New Issue
Block a user