elm/tests/test
2013-05-22 10:49:53 +02:00

7 lines
112 B
Bash
Executable file

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