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 a45f120..cfac8f3 100644
--- a/test/Unit.hs
+++ b/test/Unit.hs
@@ -5,6 +5,7 @@ where
import Control.Lens
import Parser (parseUnitTests)
+import Reduce (reduceUnitTests)
import Test.Tasty
import Test.Tasty.HUnit
import VeriFuzz
@@ -17,6 +18,7 @@ unitTests = testGroup
transformExpectedResult
(transform trans transformTestData)
, parseUnitTests
+ , reduceUnitTests
]
transformTestData :: Expr