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