summaryrefslogtreecommitdiff
path: root/src/Test.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2024-09-29 14:26:21 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2024-10-04 19:42:00 +0200
commit321859ab1fe4a6b1f3cc7084b8836474ff872e2b (patch)
tree1aa66ed593d18150a2fcd1a59677837a205ff202 /src/Test.hs
parent61304d829c2cd4d6edf3c015adae24d0574ce7a5 (diff)
User-defined test functions without parameters
Diffstat (limited to 'src/Test.hs')
-rw-r--r--src/Test.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Test.hs b/src/Test.hs
index 719e3e2..24a4c72 100644
--- a/src/Test.hs
+++ b/src/Test.hs
@@ -46,6 +46,7 @@ import Util
data Module = Module
{ moduleName :: [ Text ]
, moduleTests :: [ Test ]
+ , moduleDefinitions :: [ ( VarName, SomeVarValue ) ]
}
data Test = Test