Skip to content

Commit

Permalink
Migrate lib test runner to libraries/
Browse files Browse the repository at this point in the history
  • Loading branch information
process-bot committed May 2, 2014
1 parent caefc1c commit 1717067
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ data
build
cache
*~
tests/elm/build/
tests/elm/cache/
tests/elm/exe.js
exe.js
node_modules/
8 changes: 4 additions & 4 deletions Elm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ Executable elm-doc

Test-Suite compiler-tests
Type: exitcode-stdio-1.0
Hs-Source-Dirs: tests/hs, compiler
Hs-Source-Dirs: tests/compiler, compiler
Main-is: CompilerTest.hs
other-modules: Tests.Compiler
Tests.Property
Expand Down Expand Up @@ -281,10 +281,10 @@ Test-Suite compiler-tests
union-find,
unordered-containers

Test-Suite lib-tests
Test-Suite library-tests
Type: exitcode-stdio-1.0
Hs-Source-Dirs: tests/hs
Main-is: LibTest.hs
Hs-Source-Dirs: tests/libraries
Main-is: LibraryTest.hs
build-depends: base,
directory,
Elm,
Expand Down
File renamed without changes.

0 comments on commit 1717067

Please sign in to comment.