run tests on Linux

This commit is contained in:
Nikita Smith
2026-06-02 12:10:18 -07:00
committed by Ryan Fleury
parent e92947057d
commit ffe18834dd
4 changed files with 39 additions and 7 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
set -eu
cd "$(dirname "$0")"
# compile our targets
./build.sh raddbg raddbg_non_graphical radlink radbin torture
# run torture
cd build
./torture
cd ..