diff --git a/run_tests b/run_tests new file mode 100644 index 0000000..c151632 --- /dev/null +++ b/run_tests @@ -0,0 +1,5 @@ +#!/bin/bash + +for JSON in $(find test_files -iregex .*json); do + ./main $JSON +done