summaryrefslogtreecommitdiff
path: root/GitAnnex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'GitAnnex.hs')
-rw-r--r--GitAnnex.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/GitAnnex.hs b/GitAnnex.hs
index 65cb9363e..4dbf7390e 100644
--- a/GitAnnex.hs
+++ b/GitAnnex.hs
@@ -76,6 +76,7 @@ import qualified Command.XMPPGit
#endif
#ifdef WITH_TESTSUITE
import qualified Command.Test
+import qualified Command.FuzzTest
#endif
cmds :: [Command]
@@ -142,6 +143,7 @@ cmds = concat
#endif
#ifdef WITH_TESTSUITE
, Command.Test.def
+ , Command.FuzzTest.def
#endif
]