Skip to content

Commit 7b64be6

Browse files
committed
dragon-mooh: Some more tests for CI
Also run XRoar without sound. Signed-off-by: Tormod Volden <[email protected]>
1 parent de27a42 commit 7b64be6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Build/tests/test-dragon-mooh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ echo "Starting XRoar $(date)"
2929
xroar \
3030
-no-ratelimit \
3131
-ui $UI \
32+
-ao null \
3233
-timeout 60 \
3334
-timeout-motoroff 10 \
3435
-default-machine dragon32 -romlist d32=$BASROM \

Kernel/platform/platform-dragon-nx32/userspace/rc.ci_testing

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ prtroot >/etc/mtab
88
#fsck -a
99
#mount -a
1010
>/var/run/utmp
11-
echo "Starting various tests from rc"
12-
echo '[dc is working] P' | dc ; echo
13-
echo "Testing done!"
11+
echo "Starting various tests from /etc/rc:"
12+
echo '[dc is working OK] P' | dc ; echo
13+
echo "shell pipeline" | head | tail | sed 's/$/ OK/' | cat
14+
echo ': test1 ." fforth is working OK" CR ; test1' | fforth
15+
echo "Testing done! Cycling motor relay..."
1416
echo "HEX 3c ff21 C! 34 ff21 C!" | fforth

0 commit comments

Comments
 (0)