ocaml-containers/tests/quick/all.sh
2014-04-19 01:27:34 +02:00

6 lines
86 B
Bash
Executable file

#!/usr/bin/env bash
for i in tests/quick/*.ml ; do
echo -n "${i}..."
$i
done