summaryrefslogtreecommitdiff
path: root/GitAnnex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-23 19:00:46 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-23 19:00:46 -0400
commit1caf8c80ab1a450a4a0f9f9150fc1f9cbb8a5d47 (patch)
treeb9de4c4d632d036dbcdf86f1404cf1b3a77abbf2 /GitAnnex.hs
parent621ac6f598cbec823036272fbaf4487040e15a33 (diff)
fuzz tester
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
]