summaryrefslogtreecommitdiff
path: root/src/Test.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-04-11 17:52:30 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2026-04-11 21:36:35 +0200
commitcd2e1323ef62574f0879e789457248c68ee46326 (patch)
tree680e78636ccd5d6f4605b6a8056055c40746b4d9 /src/Test.hs
parent204169f26907828d5310845a94af7c4ffafa6cd0 (diff)
Parse tags in test preambleHEADmaster
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 f1d1f96..d16b997 100644
--- a/src/Test.hs
+++ b/src/Test.hs
@@ -26,6 +26,7 @@ import Script.Shell
data Test = Test
{ testName :: Text
+ , testTags :: [ Expr Tag ]
, testSteps :: Expr (TestStep ())
}