Move to scons, add more infra

This commit is contained in:
2022-10-11 22:00:54 -04:00
parent 54f3ff5a67
commit 9cde08b910
5 changed files with 77 additions and 43 deletions

7
run_tests.sh.in Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
TESTS=@tests@
for test in $TESTS; do
echo ===========================
echo Test: $test
$test
done