jserv / full-stack-hello

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

Make check didn't really check #2

Closed mlouielu closed 7 years ago

mlouielu commented 7 years ago

Got:

➜  full-stack-hello git:(master) ✗ make check 
tests/hello.s pass

tests/test.s pass

Expect:

➜  full-stack-hello git:(master) ✗ make check
Hello
tests/hello.s pass

42
50
150
tests/test.s pass