arion/live-unit-tests

15 lines
355 B
Text
Raw Normal View History

2019-06-14 16:10:37 +02:00
#!/usr/bin/env nix-shell
#!nix-shell ./shell.nix
#!nix-shell -i bash
set -eux -o pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"
ghcid \
--command 'ghci -isrc/haskell/exe -isrc/haskell/lib -isrc/haskell/test src/haskell/test/TestMain.hs' \
--test=Main.main \
2019-06-15 12:35:48 +02:00
--reload=src/haskell \
2019-06-14 16:10:37 +02:00
--restart=hercules-ci-api.cabal \
--restart=../stack.yaml \
;