summaryrefslogtreecommitdiff
path: root/src/Main.hs
AgeCommit message (Collapse)Author
2024-05-17Describe command-line test selection in help textRoman Smrž
Changelog: Documentation and helptext updates
2024-05-14Run multiple whole test sequences with repeat optionRoman Smrž
2024-04-24Show usage info only with explicit `--help' optionRoman Smrž
2023-12-12Repeat option on command lineRoman Smrž
Changelog: Add --repeat option to run the tests multiple times
2023-08-24Option to wait at the end of each testRoman Smrž
Changelog: Add --wait option to wait at the end of each test
2023-08-24Accept test name selection after filepath on command lineRoman Smrž
Changelog: Selection of test from test file path on command line using ':' charater
2023-04-18Command-line option to keep test directoryRoman Smrž
2023-03-30Move test-executing functions to separate moduleRoman Smrž
2023-03-28Network subnets and routingRoman Smrž
2023-03-26Network refactoring with explicit prefixesRoman Smrž
2023-03-01Version information from gitRoman Smrž
2023-02-20For statementRoman Smrž
2023-02-02Enable OverloadedStrings as default extensionRoman Smrž
2023-01-16Haskeline for input handlingRoman Smrž
2023-01-12Move process-related functions to Process moduleRoman Smrž
2023-01-03Command-line option to display versionRoman Smrž
2023-01-02Split command line and test optionsRoman Smrž
2022-12-20Move TestRun monad and related types to separate moduleRoman Smrž
2022-12-15Use process variable name for node created by spawnRoman Smrž
2022-12-04Place test directory beside config fileRoman Smrž
2022-12-04Config file lookup and parsingRoman Smrž
2022-11-30Separate process list from networkRoman Smrž
2022-11-19Network expression type and contextRoman Smrž
2022-11-17Parse all input files before running any testsRoman Smrž
2022-11-10Move test directory handling out of init/exit network helpersRoman Smrž
2022-11-08Force flag to remove existing test directoryRoman Smrž
2022-10-29Show commands sent to test tool in verbose modeRoman Smrž
2022-10-27Show GDB console output always and without promptRoman Smrž
2022-10-23Start GDB session on signal captured by the debuggerRoman Smrž
2022-10-21Handle GDB thread groups properlyRoman Smrž
2022-10-21GDB/MI output parsingRoman Smrž
2022-10-18GDB process type and separate start functionRoman Smrž
2022-10-13Fail test and start gdb session immediately on process crashRoman Smrž
2022-10-08Node command to declare new node variableRoman Smrž
2022-10-07Explicit export list from Main moduleRoman Smrž
2022-10-07Packet loss command using netem qdiscRoman Smrž
2022-10-07Regex expansionRoman Smrž
2022-10-07Process node record accessorRoman Smrž
2022-10-07Process variables and expression typeRoman Smrž
2022-10-05Support multiple node variables with same nameRoman Smrž
2022-09-30Generic record member selection expressionRoman Smrž
2022-09-27Separate Network moduleRoman Smrž
2022-09-27Process lifetime determined by scopeRoman Smrž
2022-09-24Scope of variables denoted in parse treeRoman Smrž
2022-08-20Print relevant variables for guard failureRoman Smrž
2022-08-13Integer expressions and variablesRoman Smrž
2022-08-10Let statementRoman Smrž
2022-07-24Print relevant variable values after expect failureRoman Smrž
2022-06-09Guard commandRoman Smrž
2022-06-07Source line info for test steps from parsingRoman Smrž