mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Test metering, prove that system can resume after a hang error with a range of meter sizes
This commit is contained in:
parent
9d9e7542fc
commit
ac1975a820
14 changed files with 222 additions and 53 deletions
|
|
@ -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 &&)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue