From a05fc10699759a4ff5728e25a1cca5ff26ffcc8f Mon Sep 17 00:00:00 2001 From: Yannis Huber Date: Tue, 30 Jun 2020 14:15:14 +0200 Subject: [PATCH] maixbit: add smoke test --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index dc1c7070..b506679e 100644 --- a/Makefile +++ b/Makefile @@ -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