File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -770,6 +770,10 @@ ifneq ($(WASM), 0)
770770 $(TINYGO) build -size short -o wasm.wasm -target=wasm examples/wasm/export
771771 $(TINYGO) build -size short -o wasm.wasm -target=wasm examples/wasm/main
772772endif
773+ $(TINYGO) build -size short -o test.exe -target=uefi-amd64 examples/empty
774+ @$(MD5SUM) test.exe
775+ $(TINYGO) build -size short -o test.exe -target=uefi-amd64 examples/time-offset
776+ @$(MD5SUM) test.exe
773777 # test various compiler flags
774778 $(TINYGO) build -size short -o test.hex -target=pca10040 -gc=none -scheduler=none examples/blinky1
775779 @$(MD5SUM) test.hex
@@ -786,6 +790,7 @@ endif
786790 GOOS=windows GOARCH=arm64 $(TINYGO) build -size short -o test.exe ./testdata/cgo
787791 GOOS=darwin GOARCH=amd64 $(TINYGO) build -size short -o test ./testdata/cgo
788792 GOOS=darwin GOARCH=arm64 $(TINYGO) build -size short -o test ./testdata/cgo
793+ $(TINYGO) build -size short -o test.exe -target=uefi-amd64 ./testdata/cgo
789794ifneq ($(OS ) ,Windows_NT)
790795 # TODO: this does not yet work on Windows. Somehow, unused functions are
791796 # not garbage collected.
You can’t perform that action at this time.
0 commit comments