diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2023-03-29 22:34:21 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2023-03-30 21:38:30 +0200 |
commit | 29943f6ade81579586218a57b2440fe7fa4131cc (patch) | |
tree | 344689e954b878d7c5608330401cf84cbf163eda /erebos-tester.cabal | |
parent | c9a90244a7b4f9c752541c5ff19616f7ff980ee4 (diff) |
Move test-executing functions to separate module
Diffstat (limited to 'erebos-tester.cabal')
-rw-r--r-- | erebos-tester.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erebos-tester.cabal b/erebos-tester.cabal index 38f3653..043dd79 100644 --- a/erebos-tester.cabal +++ b/erebos-tester.cabal @@ -41,6 +41,7 @@ executable erebos-tester-core Parser Paths_erebos_tester Process + Run Run.Monad Test Util |