File: Setup.hs

package info (click to toggle)
haskell-texmath 0.6.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 780 kB
  • ctags: 2
  • sloc: haskell: 1,726; sh: 32; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
import Distribution.Simple
import System.Process (system)
import System.Exit

main = defaultMainWithHooks $ simpleUserHooks { runTests  = runTestSuite }

runTestSuite _ _ _ _ = system "cd tests && sh runtests.sh" >>= exitWith