Skip to content

Commit

Permalink
add EasyTest
Browse files Browse the repository at this point in the history
  • Loading branch information
subttle committed May 6, 2019
1 parent 2aaf081 commit 05dd416
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions regular.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ test-suite regular-test
build-depends: base
, containers >= 0.5.11.0
, regular
, easytest
, base-unicode-symbols
ghc-options: -threaded
default-language: Haskell2010
default-extensions: UnicodeSyntax
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
flags: {}
extra-package-dbs: []
packages:
resolver: lts-13.9
resolver: lts-13.11
extra-deps:
- algebra-4.3.1@sha256:38b3e2e7f1058b8f51dcb97c906d4e9871876fd82029a316970ee613fcca130f
- containers-unicode-symbols-0.3.1.1@sha256:2f8e14cf2ec9c5f65614d3a3113b047c623729993dd12365b737b9d93ea30da2
Expand Down
6 changes: 5 additions & 1 deletion test/Spec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ import Data.List as List
import Data.Bool.Unicode
import Config
import Data.Functor.Contravariant
import EasyTest

suite :: Test ()
suite = ok

main IO ()
main = putStrLn "Test suite not yet implemented"
main = run suite

0 comments on commit 05dd416

Please sign in to comment.