Skip to content

Commit

Permalink
make: modify smoketest for nintendoswitch target to build something t…
Browse files Browse the repository at this point in the history
…hat includes the 'os' package

Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Dec 4, 2024
1 parent 3eee686 commit edb2f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pca10040 -serial=rtt examples/echo
@$(MD5SUM) test.hex
$(TINYGO) build -o test.nro -target=nintendoswitch examples/serial
$(TINYGO) build -o test.nro -target=nintendoswitch examples/echo2
@$(MD5SUM) test.nro
$(TINYGO) build -size short -o test.hex -target=pca10040 -opt=0 ./testdata/stdlib.go
@$(MD5SUM) test.hex
Expand Down

0 comments on commit edb2f2a

Please sign in to comment.