aboutsummaryrefslogtreecommitdiff
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 8b8b4ad1b..278a66358 100644
--- a/GitAnnex.hs
+++ b/GitAnnex.hs
@@ -77,6 +77,7 @@ import qualified Command.WebApp
import qualified Command.XMPPGit
#endif
#endif
+import qualified Command.Test
cmds :: [Command]
cmds = concat
@@ -135,6 +136,7 @@ cmds = concat
, Command.XMPPGit.def
#endif
#endif
+ , Command.Test.def
]
options :: [Option]