htsn-0.0.7: test/ShellTests.hs
module Main where import System.Cmd ( system ) import System.Exit ( exitWith ) main :: IO () main = do result <- system "shelltest test/shell/*.test" exitWith result
module Main where import System.Cmd ( system ) import System.Exit ( exitWith ) main :: IO () main = do result <- system "shelltest test/shell/*.test" exitWith result