summaryrefslogtreecommitdiff
path: root/erebos-tester.cabal
AgeCommit message (Collapse)Author
2024-08-07Replace first command (wait) with a builtinRoman Smrž
2024-05-17Version 0.2.2v0.2.2Roman Smrž
2024-05-17Bump dependencies for GHC 9.10Roman Smrž
Changelog: Compatibility with GHC up to 9.10
2024-05-17Avoid multithreading in wrapper on newer compilersRoman Smrž
Changelog: Fix unshare failing with newer compilers
2024-05-17Prune unused dependenciesRoman Smrž
2024-05-14Reference README from cabal fileRoman Smrž
2024-05-14Version 0.2.1v0.2.1Roman Smrž
2024-05-14Update homepage to tester-specific pageRoman Smrž
2024-05-14Bump template-haskell version for GHC 9.8Roman Smrž
Changelog: Compatibility with GHC up to 9.8
2024-05-14MiniCI configuration and cabal flagRoman Smrž
2024-02-21Bump unix and template-haskell dependenciesRoman Smrž
2024-02-21Update to support mtl-2.3Roman Smrž
2024-02-21Update cabal descriptionRoman Smrž
2023-04-26Version 0.2v0.2.0Roman Smrž
2023-04-26Use link objects for disconnect commandsRoman Smrž
2023-04-23Split parser into several modulesRoman Smrž
2023-03-31Types for IP address and prefixRoman Smrž
2023-03-30Move test-executing functions to separate moduleRoman Smrž
2023-03-16Bump dependencies for GHC 9.2Roman Smrž
2023-03-01Version information from gitRoman Smrž
2023-02-04Version 0.1.1v0.1.1Roman Smrž
2023-02-02Enable OverloadedStrings as default extensionRoman Smrž
2023-01-16Haskeline for input handlingRoman Smrž
2023-01-08Version 0.1v0.1.0Roman Smrž
2023-01-04Look for core binary in the directory containing wrapperRoman Smrž
2023-01-03Command-line option to display versionRoman Smrž
2022-12-20Move TestRun monad and related types to separate moduleRoman Smrž
2022-12-04Config file lookup and parsingRoman Smrž
2022-10-18GDB process type and separate start functionRoman Smrž
2022-09-27Separate Network moduleRoman Smrž
2022-09-08Command parser using applicative functorRoman Smrž
Arbitrary string and regex expressions are now also accepted as parameters instead of literals only.
2022-08-22Generic expression parser with integer operatorsRoman Smrž
2022-08-13Integer expressions and variablesRoman Smrž
2022-07-24Print relevant variable values after expect failureRoman Smrž
2022-06-05Refactor expressions as GADTRoman Smrž
2022-05-04Test run monadRoman Smrž
2022-04-30Separate GDB support moduleRoman Smrž
2022-03-22Update dependencies (lens-5.1, text-2.0)Roman Smrž
2022-01-18Default timeout command-line parameterRoman Smrž
2021-11-30Parser: generalize order of command parametersRoman Smrž
2021-11-26Separate constructors for internal process namesRoman Smrž
2021-11-15Separate module for output handlingRoman Smrž
2021-09-11Report when child process terminatesRoman Smrž
2021-08-18Parser of test scriptsRoman Smrž
2021-08-10Test data typeRoman Smrž
2021-08-06Update for GHC 8.10Roman Smrž
2021-08-04Create EREBOS_DIR and pass it via environmentRoman Smrž
2021-08-04Expect and send functionsRoman Smrž
2021-08-04Network and process init with unsharing wrapperRoman Smrž
2021-07-19Initial commit from cabal initRoman Smrž