Some REPL niceties
This commit is contained in:
16
test/Spec.hs
16
test/Spec.hs
@@ -77,13 +77,13 @@ allTestLibsEnv = unsafePerformIO $ do
|
||||
tests :: TestTree
|
||||
tests = testGroup "Tricu Tests"
|
||||
[ lexer
|
||||
--, parser
|
||||
--, simpleEvaluation
|
||||
--, lambdas
|
||||
--, providedLibraries
|
||||
--, maybeTests
|
||||
--, fileEval
|
||||
--, demos
|
||||
, parser
|
||||
, simpleEvaluation
|
||||
, lambdas
|
||||
, providedLibraries
|
||||
, maybeTests
|
||||
, fileEval
|
||||
, demos
|
||||
--, decoding
|
||||
--, elimLambdaSingle
|
||||
--, stressElimLambda
|
||||
@@ -94,7 +94,7 @@ tests = testGroup "Tricu Tests"
|
||||
--, binaryParserTests
|
||||
--, httpParsingTests
|
||||
--, contentStoreTests
|
||||
, viewContractTests
|
||||
--, viewContractTests
|
||||
--, ioDriverTests
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user