packages feed

dyre-0.9.2: test/Main.hs

import System.Directory (setCurrentDirectory)
import System.Process (callCommand)

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