Closed mstorsjo closed 1 year ago
LGTM though I would prefer a separate script for masm
.
LGTM though I would prefer a separate script for
masm
.
Do you mean specifically the x86 masm
tests, or splitting all of the newly added ones here into a separate test-asm.sh
?
splitting all of the newly added ones here into a separate test-asm.sh
That is what I mean. Sorry for confusion.
Updated the branch to move the tests to a separate file. I also reordered the tests in test.sh
to test the individual tools first before testing cmake/meson.
LGTM!
Just testing that running the assembler exits successfully.
Adding the testing in test-cl.sh, instead of a separate test script, although I'm open to creating a separate test script if that's preferred.
CC @huangqinjin