From 52a222bf30c4ed967723da254c4ef41968379f7f Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Tue, 19 Sep 2017 21:52:04 +0200 Subject: tests: Remove testing of library -- only compile --- tests/CompileTest.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/CompileTest.hs') diff --git a/tests/CompileTest.hs b/tests/CompileTest.hs index e778de0..979ace0 100644 --- a/tests/CompileTest.hs +++ b/tests/CompileTest.hs @@ -1,4 +1,3 @@ -import Distribution.Helper import System.Posix.Env (setEnv) import System.Process import System.Exit @@ -38,8 +37,6 @@ main = do flip (setEnv "HOME") True =<< fromMaybe "/tmp" <$> lookupEnv "TMPDIR" _ <- rawSystem "cabal" ["update"] - writeAutogenFiles' $ defaultQueryEnv "." "./dist" - let parseVer' "HEAD" = Left HEAD parseVer' v = Right $ parseVer v -- cgit v1.2.3