Skip to content
Snippets Groups Projects
Commit f765c835 authored by Ryan Scott's avatar Ryan Scott Committed by GitHub
Browse files

Include modules that test-suites depend on in other-modules (#153)

parent 0cc78051
Branches wip/T5084
No related tags found
No related merge requests found
...@@ -50,11 +50,6 @@ Extra-Source-Files: ...@@ -50,11 +50,6 @@ Extra-Source-Files:
tests/LICENSE tests/LICENSE
tests/Setup.hs tests/Setup.hs
tests/Main.hs tests/Main.hs
tests/Boilerplater.hs
tests/Utilities.hs
tests/Tests/Move.hs
tests/Tests/Bundle.hs
tests/Tests/Vector.hs
benchmarks/vector-benchmarks.cabal benchmarks/vector-benchmarks.cabal
benchmarks/LICENSE benchmarks/LICENSE
benchmarks/Setup.hs benchmarks/Setup.hs
...@@ -183,6 +178,14 @@ test-suite vector-tests-O0 ...@@ -183,6 +178,14 @@ test-suite vector-tests-O0
Default-Language: Haskell2010 Default-Language: Haskell2010
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
Main-Is: Main.hs Main-Is: Main.hs
other-modules: Boilerplater
Tests.Bundle
Tests.Move
Tests.Vector
Tests.Vector.UnitTests
Utilities
hs-source-dirs: tests hs-source-dirs: tests
Build-Depends: base >= 4.5 && < 5, template-haskell, vector, Build-Depends: base >= 4.5 && < 5, template-haskell, vector,
random, random,
...@@ -213,6 +216,14 @@ test-suite vector-tests-O2 ...@@ -213,6 +216,14 @@ test-suite vector-tests-O2
Default-Language: Haskell2010 Default-Language: Haskell2010
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
Main-Is: Main.hs Main-Is: Main.hs
other-modules: Boilerplater
Tests.Bundle
Tests.Move
Tests.Vector
Tests.Vector.UnitTests
Utilities
hs-source-dirs: tests hs-source-dirs: tests
Build-Depends: base >= 4.5 && < 5, template-haskell, vector, Build-Depends: base >= 4.5 && < 5, template-haskell, vector,
random, random,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment