Test runner

This commit is contained in:
2026-04-10 18:00:10 +01:00
parent f319d09ad7
commit e1f7a0e91a
3 changed files with 74 additions and 3 deletions

3
run_tests.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
# Run all ReactICS tests (BDD, SMT, generators)
exec bash "$(dirname "$0")/tests/run_all_tests.sh" "$@"