index
:
ucode
build1
crypto
master
The ucode Scripting Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
custom
/
run_tests.sh
Age
Commit message (
Expand
)
Author
2024-07-29
tests: replace test runner shell script with ucode implementation
Jo-Philipp Wich
2022-07-30
tests: run_tests.sh: substitute dynamic test directory path in output
Jo-Philipp Wich
2022-03-15
tests: run_tests.sh: pass dummy value to `-T` flag
Jo-Philipp Wich
2022-03-15
tests: run_tests.sh: use greadlink if available
Jo-Philipp Wich
2022-03-14
main: rework CLI frontend
Jo-Philipp Wich
2022-02-03
run_tests.sh: change workdir to testcase directory during execution
Jo-Philipp Wich
2022-02-03
run_tests.sh: support placing supplemental testcase files
Jo-Philipp Wich
2022-02-03
run_tests.sh: always treat outputs as text data
Jo-Philipp Wich
2022-01-26
run_tests.sh: add ability to define environment variables for testcases
Jo-Philipp Wich
2022-01-26
run_tests.sh: fix exitcode evaluation
Jo-Philipp Wich
2021-09-19
tests: support specifying cmdline args in testcase files
Jo-Philipp Wich
2021-04-29
lexer: fix infinite loop when parsing regexp literal at EOF
Jo-Philipp Wich
2021-04-27
tests: pass ucode library path through environment
Jo-Philipp Wich
2021-04-24
tests: allow executing run_tests.sh from any directory
Jo-Philipp Wich
2021-04-23
tests: custom: return exit code if tests fails
Petr Štetiar
2021-04-23
tests: create custom tests from current tests cases
Petr Štetiar