Include binary compilation and execution in check target

This commit is contained in:
2020-09-07 20:29:35 +02:00
parent 4071dcc5a8
commit ee016636f7

View File

@@ -14,6 +14,8 @@ all: ${BINARY}
check: ${BINARY}
./$< ./bin/test.wasm -e
./$< ./bin/helloworld.wasm -c -o ./bin/test.bin
./$< ./bin/test.bin -e -pb
clean:
-rm -rf build ./${BINARY}