summaryrefslogtreecommitdiff
path: root/GitAnnex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'GitAnnex.hs')
-rw-r--r--GitAnnex.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/GitAnnex.hs b/GitAnnex.hs
index 17bd75987..0b4a7f8d9 100644
--- a/GitAnnex.hs
+++ b/GitAnnex.hs
@@ -77,7 +77,7 @@ import qualified Command.WebApp
import qualified Command.XMPPGit
#endif
#endif
-#ifdef WITH_TESTUITE
+#ifdef WITH_TESTSUITE
import qualified Command.Test
#endif
@@ -138,7 +138,7 @@ cmds = concat
, Command.XMPPGit.def
#endif
#endif
-#ifdef WITH_TESTUITE
+#ifdef WITH_TESTSUITE
, Command.Test.def
#endif
]