]> gitweb.michael.orlitzky.com - hath.git/blob - test/ShellTestsNet.hs
Set version to 0.1.0 instead of 0.0.6 due to "-i" flag removal.
[hath.git] / test / ShellTestsNet.hs
1 module Main
2 where
3
4 import System.Cmd ( system )
5 import System.Exit ( exitWith )
6
7 main :: IO ()
8 main = do
9 result <- system "shelltest test/shell-net/*.test"
10 exitWith result