Move to scons, add more infra
This commit is contained in:
7
run_tests.sh.in
Executable file
7
run_tests.sh.in
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
TESTS=@tests@
|
||||
for test in $TESTS; do
|
||||
echo ===========================
|
||||
echo Test: $test
|
||||
$test
|
||||
done
|
||||
Reference in New Issue
Block a user