]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blob - ShellTests.hs
1e884d5ef435eb5d7631e76046515a6d19d59724
[dead/htsn-import.git] / ShellTests.hs
1 module Main
2 where
3
4 import System.Process ( system )
5 import System.Exit ( exitWith )
6
7 main :: IO ()
8 main = do
9 result <- system "shelltest test/shell/*.test"
10 exitWith result