texmath-0.3.1.3: Setup.hs
import Distribution.Simple
import System.Process (system)
import System.Exit
main = defaultMainWithHooks $ simpleUserHooks { runTests = runTestSuite }
runTestSuite _ _ _ _ = system "cd tests && sh runtests.sh" >>= exitWith