summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-08Version 0.1v0.1.0Roman Smrž
2023-01-08Look for core binary in PATH when invoked without pathRoman Smrž
2023-01-07Fix config lookup trying parents of root indefinitelyRoman Smrž
2023-01-04Look for core binary in the directory containing wrapperRoman 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-15Kill process when it does not terminate within a secondRoman 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-15Context used for default parameter valuesRoman 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-07Number type for arbitrary-precision floating point valuesRoman Smrž
2022-10-07Regex expansionRoman Smrž
2022-10-07Parse multiple consecutive record selectorsRoman 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-30Parser helper to keep local variable scopeRoman Smrž
2022-09-30Fix parser error position for variable redefinitionRoman Smrž
2022-09-30Generic record member selection expressionRoman Smrž
2022-09-27Separate Network moduleRoman Smrž
2022-09-27Fix operator symbol parsingRoman Smrž
2022-09-27Process lifetime determined by scopeRoman Smrž
2022-09-26Local statement for separate scopeRoman Smrž
2022-09-24Scope of variables denoted in parse treeRoman Smrž
2022-09-08Command parser using applicative functorRoman Smrž
2022-09-02Regex expression instanceRoman Smrž
2022-08-23Expression expansion in strings and regexesRoman Smrž
2022-08-22Boolean operators and expressionRoman Smrž
2022-08-22Generic expression parser with integer operatorsRoman 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ž