packages feed

bimap-0.1: tests.sh

#!/bin/bash
# ensure that an error in the test program doesn't accidentally
# produce success
set -o pipefail
(runhaskell Test/RunTests.hs | tee .test.log) && if grep Falsifiable .test.log >/dev/null; then exit 1; fi