pantry/scripts/test-all.sh
Max Howell ac5c6ceff3 add more pkg tests (#102)
* more-tests pt.1

* useCellar() is overkill here.

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2022-08-31 15:45:04 -04:00

8 lines
93 B
Bash
Executable file

#!/bin/sh
set -eo pipefail
for x in $(scripts/ls.ts); do
scripts/test.ts $x --magic
done