This commit is contained in:
Toby Jaffey 2025-12-14 21:38:24 +00:00
parent 6a4118e420
commit 93898a5baa
6 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,7 @@ TESTS = \
meter \
extram \
badcode \
invalid_opcodes \
opcodes \
minirv32_internal
RUNCMD = $(foreach TEST,${TESTS},make -C ${TEST} &&)