Skip to content

Commit 1f0980a

Browse files
committed
Remove unused integration test suite
1 parent 55c3848 commit 1f0980a

File tree

2 files changed

+0
-62
lines changed

2 files changed

+0
-62
lines changed

src/test/IntegrationTests.hs

Lines changed: 0 additions & 42 deletions
This file was deleted.

stack.cabal

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ homepage: https://github.com/commercialhaskell/stack
2222
test/package-dump/ghc-7.8.txt
2323
test/package-dump/ghc-7.10.txt
2424

25-
flag integration-tests
26-
manual: True
27-
default: False
28-
description: Build the integration test executable
29-
3025
library
3126
hs-source-dirs: src/
3227
ghc-options: -Wall
@@ -177,21 +172,6 @@ executable stack
177172
, http-client
178173
default-language: Haskell2010
179174

180-
executable stack-integration-tests
181-
hs-source-dirs: src/test
182-
main-is: IntegrationTests.hs
183-
ghc-options: -Wall
184-
build-depends: base >= 4.7 && <5
185-
, hspec
186-
, process
187-
, temporary
188-
, directory
189-
default-language: Haskell2010
190-
if flag(integration-tests)
191-
buildable: True
192-
else
193-
buildable: False
194-
195175
test-suite stack-test
196176
type: exitcode-stdio-1.0
197177
hs-source-dirs: src/test

0 commit comments

Comments
 (0)