Makefile: add smoke test with gc=leaking to test dead asm code
Этот коммит содержится в:
родитель
32de906f6d
коммит
95ab7cb8d1
1 изменённых файлов: 3 добавлений и 0 удалений
3
Makefile
3
Makefile
|
@ -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:
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче