real tests!

This commit is contained in:
crumbtoo
2023-12-14 12:59:31 -07:00
parent 7a0b2e0711
commit 5ea629a439
6 changed files with 148 additions and 57 deletions

View File

@@ -23,13 +23,13 @@ library
, GM
, Compiler.RLPC
, Core.Syntax
, Core.Examples
, Core.Utils
, Core.TH
other-modules: Data.Heap
, Data.Pretty
, Core.Parse
, Core.TH
, Core.Examples
, Core.Lex
, Control.Monad.Errorful
, Core2Core
@@ -83,5 +83,8 @@ test-suite rlp-test
build-depends: base ^>=4.18.0.0
, rlp
, QuickCheck
, hspec ==2.*
other-modules: Arith
, GMSpec
build-tool-depends: hspec-discover:hspec-discover