mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-22 21:50:51 +03:00
9 lines
134 B
Bash
Executable File
9 lines
134 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source .travis/setup.sh
|
|
|
|
$stack build --ghc-options=-Werror
|
|
|
|
cd dejafu-tests
|
|
$stack exec -- dejafu-tests +RTS -s
|