servant/servant-client/test/ghcjs/run-tests.sh

12 lines
182 B
Bash
Raw Normal View History

2015-11-25 10:31:58 +01:00
#/usr/bin/env bash
# this script has to be executed from the 'servant-client' directory
set -o errexit
npm install xhr2
export STACK_YAML=stack-ghcjs.yaml
stack setup
stack test