Files
reactics/run_tests.sh
Artur Meski f0019619b3 Refactor + tests (#6)
- Minor codebase clean-up
- Slight reorganisation of examples + tests so that we don't break stuff by accident
- CI tests
2026-04-10 18:16:49 +01:00

4 lines
124 B
Bash
Executable File

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