Skip to content

Commit 60250dc

Browse files
committed
Fix tests
1 parent 0bf3197 commit 60250dc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,11 @@ smoke-test:
5757
@md5sum ./build/test.hex
5858
tinygo build -size short -o ./build/test.hex -target=microbit ./examples/hub75/main.go
5959
@md5sum ./build/test.hex
60-
tinygo build -size short -o ./build/test.hex -target=pyportal ./examples/ili9341/basic/main.go
60+
tinygo build -size short -o ./build/test.hex -target=pyportal ./examples/ili9341/basic
6161
@md5sum ./build/test.hex
62-
tinygo build -size short -o ./build/test.hex -target=pyportal ./examples/ili9341/scroll/main.go
62+
tinygo build -size short -o ./build/test.hex -target=pyportal ./examples/ili9341/pyportal_boing
63+
@md5sum ./build/test.hex
64+
tinygo build -size short -o ./build/test.hex -target=pyportal ./examples/ili9341/scroll
6365
@md5sum ./build/test.hex
6466
tinygo build -size short -o ./build/test.hex -target=circuitplay-express ./examples/lis3dh/main.go
6567
@md5sum ./build/test.hex

0 commit comments

Comments
 (0)