File: Main.hs

package info (click to toggle)
haskell-dyre 0.9.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 224 kB
  • sloc: haskell: 608; sh: 96; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
import System.Directory (setCurrentDirectory)
import System.Process (callCommand)

main :: IO ()
main = do
  setCurrentDirectory "Tests"
  callCommand "sh allTests.sh"