dunlin/test/run.sh
Daniel Barlow ce009f2c7b improve test harness
use overmind and entr to run tests whenever files change
2022-12-21 15:26:24 +00:00

5 lines
87 B
Bash

#!/usr/bin/env sh
for i in test/*.fnl; do
fennel --correlate $i && echo $i OK
done