Test metering, prove that system can resume after a hang error with a range of meter sizes

This commit is contained in:
Toby Jaffey 2025-12-10 22:30:19 +00:00
parent 9d9e7542fc
commit ac1975a820
14 changed files with 222 additions and 53 deletions

View file

@ -1,4 +1,10 @@
TESTS = example_1 stackoverflow custom_syscall
TESTS = \
basic_syscalls \
stackoverflow \
custom_syscall \
syscall_args \
meter
RUNCMD = $(foreach TEST,${TESTS},make -C ${TEST} &&)
CLEANCMD = $(foreach TEST,${TESTS},make -C ${TEST} clean &&)