ghcup-hs/test/optparse-test/Main.hs

6 lines
111 B
Haskell
Raw Normal View History

2023-07-22 03:45:29 +00:00
module Main where
import Test.Tasty
2023-07-22 07:31:37 +00:00
import qualified SetTest
2023-07-22 03:45:29 +00:00
main :: IO ()
2023-07-22 07:31:37 +00:00
main = defaultMain SetTest.setTests