Makefile: add smoke test with gc=leaking to test dead asm code

Этот коммит содержится в:
Damian Gryski 2021-09-05 18:06:16 -07:00 коммит произвёл Ron Evans
родитель 32de906f6d
коммит 95ab7cb8d1

Просмотреть файл

@ -451,6 +451,9 @@ endif
@$(MD5SUM) test.nro
$(TINYGO) build -size short -o test.hex -target=pca10040 -opt=0 ./testdata/stdlib.go
@$(MD5SUM) test.hex
ifneq ($(OS),Windows_NT)
$(TINYGO) build -o test.elf -gc=leaking -scheduler=none examples/serial
endif
wasmtest: