diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-09-19 21:52:04 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2017-09-25 13:11:24 +0200 |
commit | 52a222bf30c4ed967723da254c4ef41968379f7f (patch) | |
tree | 57d70810adc3fa1d30bc1b45c2e24454a6de4993 /tests | |
parent | b452f1bec5c041cffbc5160e7f90eaf6daab82a0 (diff) |
tests: Remove testing of library -- only compile
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CompileTest.hs | 3 |
1 files changed, 0 insertions, 3 deletions
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 |