changlog test

This commit is contained in:
Lei Zhu
2023-07-22 17:14:49 +08:00
parent bcdf2b23f1
commit 38db038953
10 changed files with 99 additions and 27 deletions

View File

@@ -1,10 +1,12 @@
module Main where
import Test.Tasty
import qualified SetTest
import qualified DebugInfoTest
import qualified OtherCommandTest
import qualified ChangeLogTest
main :: IO ()
main = defaultMain $ testGroup "ghcup"
[ SetTest.setTests
, DebugInfoTest.debugInfoTests
]
, OtherCommandTest.otherCommandTests
, ChangeLogTest.changeLogTests
]