idea174-catopt-swarm/test.sh

7 lines
113 B
Bash
Executable File

#!/bin/bash
set -e
echo "Running CatOpt-Swarm tests..."
python3 solver.py
echo "All tests passed successfully!"