mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 02:33:28 +00:00
Makefile: add smoke test with gc=leaking to test dead asm code
This commit is contained in:
@@ -451,6 +451,9 @@ endif
|
|||||||
@$(MD5SUM) test.nro
|
@$(MD5SUM) test.nro
|
||||||
$(TINYGO) build -size short -o test.hex -target=pca10040 -opt=0 ./testdata/stdlib.go
|
$(TINYGO) build -size short -o test.hex -target=pca10040 -opt=0 ./testdata/stdlib.go
|
||||||
@$(MD5SUM) test.hex
|
@$(MD5SUM) test.hex
|
||||||
|
ifneq ($(OS),Windows_NT)
|
||||||
|
$(TINYGO) build -o test.elf -gc=leaking -scheduler=none examples/serial
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
wasmtest:
|
wasmtest:
|
||||||
|
|||||||
Reference in New Issue
Block a user