maixbit: add smoke test

This commit is contained in:
Yannis Huber
2020-06-30 14:15:14 +02:00
committed by Ron Evans
parent a685217743
commit a05fc10699
+2
View File
@@ -329,6 +329,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -o wasm.wasm -target=wasm examples/wasm/export
$(TINYGO) build -o wasm.wasm -target=wasm examples/wasm/main
$(TINYGO) build -size short -o test.hex -target=maixbit examples/blinky1
@$(MD5SUM) test.hex
wasmtest:
$(GO) test ./tests/wasm