run-test: update-test
runhaskell Setup configure --user -fbuildExamples --enable-tests
runhaskell Setup build
runhaskell Setup configure --user -fbuildExamples -fllvm --enable-tests --enable-benchmarks
runhaskell Setup build
runhaskell Setup haddock
dist/build/set-cover-test/set-cover-test
# more portable, but suppresses live QuickCheck test counter:
# runhaskell Setup test --show-details=streaming
update-test:
doctest-extract-0.1 -i example/ -o test/ \
--module-prefix DocTest --library-main=Main --import-tested \
GraphColoring.Solve \
GraphColoring.CutEnumSet