From ee65910032449d37165a19cd84b7a9f014ea5bae Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 10 May 2019 17:42:19 +0100 Subject: Add always and initial blocks to parser --- test/Unit.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/Unit.hs') 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 -- cgit