From 5bc8e4b6312ce2af5a62bb0bf09f392dcd66a6b1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 23 May 2013 14:12:06 -0400 Subject: enable test command on windows (test suite already enabled; this just enables help test) --- GitAnnex.hs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'GitAnnex.hs') diff --git a/GitAnnex.hs b/GitAnnex.hs index ef6e0303a..65cb9363e 100644 --- a/GitAnnex.hs +++ b/GitAnnex.hs @@ -75,10 +75,8 @@ import qualified Command.XMPPGit #endif #endif #ifdef WITH_TESTSUITE -#ifndef __WINDOWS__ import qualified Command.Test #endif -#endif cmds :: [Command] cmds = concat @@ -143,9 +141,7 @@ cmds = concat #endif #endif #ifdef WITH_TESTSUITE -#ifndef __WINDOWS__ , Command.Test.def -#endif #endif ] -- cgit v1.2.3