mueval-0.5.1: build.sh
#!/bin/sh # Build (runhaskell Setup configure --user && runhaskell Setup build && runhaskell Setup install || exit) && echo "\n...Single-threaded tests....\n" && sh tests.sh && echo "\n...Rerun the tests with multiple threads...\n" && sh tests.sh +RTS -N4 -RTS