Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-03 | run_tests.sh: support placing supplemental testcase files | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2022-02-03 | run_tests.sh: always treat outputs as text data | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2022-01-26 | run_tests.sh: add ability to define environment variables for testcases | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2022-01-26 | run_tests.sh: fix exitcode evaluation | Jo-Philipp Wich | |
The `touch` command result incorrectly shadowed the testcase exit code. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2021-09-19 | tests: support specifying cmdline args in testcase files | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2021-04-29 | lexer: fix infinite loop when parsing regexp literal at EOF | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2021-04-27 | tests: pass ucode library path through environment | Jo-Philipp Wich | |
This is required for out-of-tree builds where the *.so file location cannot be derived from the path of the ucode executable. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2021-04-24 | tests: allow executing run_tests.sh from any directory | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2021-04-23 | tests: custom: return exit code if tests fails | Petr Štetiar | |
Otherwise tests always pass in ctest. Signed-off-by: Petr Štetiar <ynezz@true.cz> | |||
2021-04-23 | tests: create custom tests from current tests cases | Petr Štetiar | |
Signed-off-by: Petr Štetiar <ynezz@true.cz> |