X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2FShellTests.hs;fp=test%2FShellTests.hs;h=65a10ccca97daf27dd80e55e15e8a75e3d55a735;hb=1f1b0076266ccb665b7d9470f4ed5f2edbc680a4;hp=0000000000000000000000000000000000000000;hpb=8047508d31d70c7a8f8050fdccaa3aa0a2038865;p=dead%2Fhtsn-import.git diff --git a/test/ShellTests.hs b/test/ShellTests.hs new file mode 100644 index 0000000..65a10cc --- /dev/null +++ b/test/ShellTests.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/*.test" + exitWith result