summaryrefslogtreecommitdiff
path: root/erebos-tester.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-04-16 21:44:20 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2025-04-18 22:25:18 +0200
commitbaa086bd025ce49a75d8cc9d64d24615ab960357 (patch)
treef1ce6d3a889a91a3efaa43c08e26171267f6dc38 /erebos-tester.cabal
parentf0eed671c65a31eeb34ece14547bea79eb753728 (diff)
Shell interpreter for test script
Changelog: Experimental shell interpreter
Diffstat (limited to 'erebos-tester.cabal')
-rw-r--r--erebos-tester.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/erebos-tester.cabal b/erebos-tester.cabal
index 7c5f107..7f25169 100644
--- a/erebos-tester.cabal
+++ b/erebos-tester.cabal
@@ -55,6 +55,7 @@ executable erebos-tester
Parser
Parser.Core
Parser.Expr
+ Parser.Shell
Parser.Statement
Paths_erebos_tester
Process
@@ -63,6 +64,7 @@ executable erebos-tester
Script.Expr
Script.Expr.Class
Script.Module
+ Script.Shell
Script.Var
Test
Test.Builtins