#!/bin/bash

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