Files
2026-05-31 14:34:00 -04:00

11 lines
418 B
Plaintext

# list of integration tests
# format: run_test <TAG> <ARGS>
# <TAG> used as the root for all filenames (i.e., "expected/$TAG.txt")
# <ARGS> command-line arguments to test
run_test INTEG_child ""
run_test INTEG_status "-e 54"
run_test INTEG_sigint "-s INT"
run_test INTEG_segfault "-s SEGV"
run_test INTEG_kill "-s KILL"