Add test for reading code which is too large

This commit is contained in:
Toby Jaffey 2025-12-13 18:02:43 +00:00
parent f2c903cfb6
commit 92913ab478
5 changed files with 36 additions and 1 deletions

View file

@ -4,7 +4,8 @@ TESTS = \
custom_syscall \
syscall_args \
meter \
extram
extram \
badcode
RUNCMD = $(foreach TEST,${TESTS},make -C ${TEST} &&)
CLEANCMD = $(foreach TEST,${TESTS},make -C ${TEST} clean &&)