helloJSON/run_tests

6 lines
82 B
Bash

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