helloJSON/run_tests
2023-06-19 08:33:02 +01:00

6 lines
82 B
Bash
Executable File

#!/bin/bash
for JSON in $(find test_files -iregex .*json); do
./main $JSON
done