mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 09:18:09 +00:00
run tests on Linux
This commit is contained in:
committed by
Ryan Fleury
parent
e92947057d
commit
ffe18834dd
@@ -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 ..
|
||||
|
||||
Reference in New Issue
Block a user