summaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Test.hs')
-rw-r--r--Test.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test.hs b/Test.hs
index 5cf1aea9e..bdb204d24 100644
--- a/Test.hs
+++ b/Test.hs
@@ -59,6 +59,7 @@ import qualified Utility.Env
import qualified Utility.Matcher
import qualified Utility.Exception
import qualified Utility.Hash
+import qualified Utility.Scheduled
#ifndef mingw32_HOST_OS
import qualified GitAnnex
import qualified Remote.Helper.Encryptable
@@ -138,6 +139,7 @@ quickcheck =
, check "prop_read_show_TrustLevel" Types.TrustLevel.prop_read_show_TrustLevel
, check "prop_parse_show_TrustLog" Logs.Trust.prop_parse_show_TrustLog
, check "prop_hashes_stable" Utility.Hash.prop_hashes_stable
+ , check "prop_schedule_roundtrips" Utility.Scheduled.prop_schedule_roundtrips
]
where
check desc prop = do