From 561db6fff3cea081f3203bddee079f5c689ba26e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 17 Jan 2014 14:48:56 -0400 Subject: Really fix FTBFS on mipsel and sparc due to test suite not being available on those architectures. --- GitAnnex.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GitAnnex.hs') diff --git a/GitAnnex.hs b/GitAnnex.hs index 5de823e16..4c1649ba1 100644 --- a/GitAnnex.hs +++ b/GitAnnex.hs @@ -164,8 +164,8 @@ cmds = concat , Command.XMPPGit.def #endif #endif -#ifdef WITH_TESTSUITE , Command.Test.def +#ifdef WITH_TESTSUITE , Command.FuzzTest.def #endif ] -- cgit v1.2.3