]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
tools: add Unix smoke tests
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 4 Jun 2026 14:59:21 +0000 (07:59 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 11 Jun 2026 21:08:30 +0000 (14:08 -0700)
commit4fbd7732b62cba61a438315f6b0cb791b9eb69e5
tree36ac35bb5894b217fb53922fee269df093bbd09d
parent081fd6348a057f5508cf3082c0806cf51766ea41
tools: add Unix smoke tests

Add shell smoke tests for boot paths, RTG modes, networking, serial,
storage controllers, JIT, sound boards, and drive-click behavior.

These scripts give the Unix target repeatable coverage for the hardware
paths that are hard to validate from unit tests alone.
25 files changed:
tools/amiga/p96-open-screen.c [new file with mode: 0644]
tools/unix-smoke-a1200.sh [new file with mode: 0755]
tools/unix-smoke-a2065.sh [new file with mode: 0755]
tools/unix-smoke-a4091-hdf.sh [new file with mode: 0755]
tools/unix-smoke-alfapower-hdf.sh [new file with mode: 0755]
tools/unix-smoke-driveclick.sh [new file with mode: 0755]
tools/unix-smoke-ide-expansion-hdf.sh [new file with mode: 0755]
tools/unix-smoke-jit.sh [new file with mode: 0755]
tools/unix-smoke-p96-guest-15bit-open.sh [new file with mode: 0755]
tools/unix-smoke-p96-guest-16bit-modes.sh [new file with mode: 0755]
tools/unix-smoke-p96-guest-16bit-open.sh [new file with mode: 0755]
tools/unix-smoke-p96-guest-24bit-open.sh [new file with mode: 0755]
tools/unix-smoke-p96-guest-32bit-open.sh [new file with mode: 0755]
tools/unix-smoke-p96-guest-800x600.sh [new file with mode: 0755]
tools/unix-smoke-p96-guest-draw-16bit.sh [new file with mode: 0755]
tools/unix-smoke-p96-guest-draw-8bit.sh [new file with mode: 0755]
tools/unix-smoke-p96-guest-z3.sh [new file with mode: 0755]
tools/unix-smoke-p96-guest.sh [new file with mode: 0755]
tools/unix-smoke-path-config.sh [new file with mode: 0755]
tools/unix-smoke-ripple-hdf.sh [new file with mode: 0755]
tools/unix-smoke-rtg-z3.sh [new file with mode: 0755]
tools/unix-smoke-sana2.sh [new file with mode: 0755]
tools/unix-smoke-serial-tcp.sh [new file with mode: 0755]
tools/unix-smoke-sound-boards.sh [new file with mode: 0755]
tools/unix-smoke-uaegfx.sh [new file with mode: 0755]