From c3efce4ff72f6284b1036df27edddbe0eae8026b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Fri, 2 Aug 2024 21:02:44 +0200 Subject: Module name declaration Changelog: Accept module name declaration --- src/Test.hs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Test.hs') diff --git a/src/Test.hs b/src/Test.hs index d080cae..7f698a2 100644 --- a/src/Test.hs +++ b/src/Test.hs @@ -1,4 +1,5 @@ module Test ( + Module(..), Test(..), TestStep(..), SourceLine(..), @@ -30,6 +31,11 @@ import {-# SOURCE #-} Network import {-# SOURCE #-} Process import Util +data Module = Module + { moduleName :: [ Text ] + , moduleTests :: [ Test ] + } + data Test = Test { testName :: Text , testSteps :: [TestStep] -- cgit v1.2.3