~vdupras/duskos

42eb297d5a414ff828997c4278067be061a9eeb1 — Virgil Dupras 11 days ago 58df023
Use contexts to make asm tests order-insensitive

Previously, running asm tests before comp/c ones would break the latter because
the wrong assembler could be "on top".
2 files changed, 4 insertions(+), 1 deletions(-)

M fs/tests/all.fs
M fs/tests/asm/all.fs
M fs/tests/all.fs => fs/tests/all.fs +1 -1
@@ 2,8 2,8 @@
f<< /tests/kernel.fs
f<< /tests/lib/all.fs
f<< /tests/sys/all.fs
f<< /tests/comp/c/all.fs
f<< /tests/asm/all.fs
f<< /tests/comp/c/all.fs
f<< /tests/fs/all.fs
f<< /tests/ar/all.fs
f<< /tests/emul/all.fs

M fs/tests/asm/all.fs => fs/tests/asm/all.fs +3 -0
@@ 1,3 1,6 @@
\ Run all asm test suites
?f<< /lib/context.fs
context asm
f<< /tests/asm/arm.fs
f<< /tests/asm/i386.fs
system