jserv / full-stack-hello

minimal instruction set and assembler/compiler for "Hello World" execution
Other
114 stars 49 forks source link

Fix test runner and add comment to halt test #9

Closed mlouielu closed 7 years ago

jserv commented 7 years ago

By the way, can we decouple expected strings from test runner? That is, we can prepare some files like halt.expected, which stores the expected output of halt.s?

mlouielu commented 7 years ago

@jserv yes, we can do that. But not sure if this will mess the tests folder..