Skip to content

Commit edb2f2a

Browse files
committed
make: modify smoketest for nintendoswitch target to build something that includes the 'os' package
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent 3eee686 commit edb2f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ endif
867867
@$(MD5SUM) test.hex
868868
$(TINYGO) build -size short -o test.hex -target=pca10040 -serial=rtt examples/echo
869869
@$(MD5SUM) test.hex
870-
$(TINYGO) build -o test.nro -target=nintendoswitch examples/serial
870+
$(TINYGO) build -o test.nro -target=nintendoswitch examples/echo2
871871
@$(MD5SUM) test.nro
872872
$(TINYGO) build -size short -o test.hex -target=pca10040 -opt=0 ./testdata/stdlib.go
873873
@$(MD5SUM) test.hex

0 commit comments

Comments
 (0)