aboutsummaryrefslogtreecommitdiffstats
path: root/test/Unit.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Unit.hs')
-rw-r--r--test/Unit.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Unit.hs b/test/Unit.hs
index 7878eaa..a45f120 100644
--- a/test/Unit.hs
+++ b/test/Unit.hs
@@ -4,6 +4,7 @@ module Unit
where
import Control.Lens
+import Parser (parseUnitTests)
import Test.Tasty
import Test.Tasty.HUnit
import VeriFuzz
@@ -15,6 +16,7 @@ unitTests = testGroup
"Successful transformation"
transformExpectedResult
(transform trans transformTestData)
+ , parseUnitTests
]
transformTestData :: Expr