This commit is contained in:
Joey Hess 2013-02-27 16:33:20 -04:00
parent feb5470c0b
commit 47a4843941
2 changed files with 4 additions and 4 deletions

View file

@ -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
]

View file

@ -12,7 +12,7 @@ import System.FilePath
import qualified GitAnnex
import qualified GitAnnexShell
#ifdef WITH_TESTUITE
#ifdef WITH_TESTSUITE
import qualified Test
#endif
@ -25,7 +25,7 @@ main = run =<< getProgName
isshell n = takeFileName n == "git-annex-shell"
go a = do
ps <- getArgs
#ifdef WITH_TESTUITE
#ifdef WITH_TESTSUITE
if ps == ["test"]
then Test.main
else a ps