X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2FShellTestsNet.hs;fp=test%2FShellTestsNet.hs;h=b3306d00f5742d84f2952993b2438775ed4e6dcf;hb=72645e4a98e9d14eac3220c00058efe2d8fae489;hp=0000000000000000000000000000000000000000;hpb=b60a55a3e5ed9b9c3fa58405832bda095bb89d60;p=hath.git diff --git a/test/ShellTestsNet.hs b/test/ShellTestsNet.hs new file mode 100644 index 0000000..b3306d0 --- /dev/null +++ b/test/ShellTestsNet.hs @@ -0,0 +1,10 @@ +module Main +where + +import System.Cmd ( system ) +import System.Exit ( exitWith ) + +main :: IO () +main = do + result <- system "shelltest test/shell-net/*.test" + exitWith result