mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
6 lines
86 B
Bash
Executable file
6 lines
86 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
for i in tests/quick/*.ml ; do
|
|
echo -n "${i}..."
|
|
$i
|
|
done
|