addressbook/test.sh

6 lines
167 B
Bash
Raw Permalink Normal View History

2020-12-10 21:08:48 +02:00
#!/usr/bin/env bash
# while :; do
find addressbook.cabal {src,test,app} -type f | entr -d -r -c -s 'cabal test --test-show-details=direct --ghc-options=-Wall'
# done