elm/tests/test

8 lines
112 B
Text
Raw Normal View History

#!/bin/sh
(
cd `dirname $0` &&
cabal configure --enable-tests &&
cabal build &&
cabal test
) || exit 1