install test

This commit is contained in:
Lei Zhu
2023-07-22 23:10:27 +08:00
parent dc1a813305
commit aafb77df7c
6 changed files with 241 additions and 15 deletions

View File

@@ -5,6 +5,7 @@ import qualified SetTest
import qualified OtherCommandTest
import qualified ChangeLogTest
import qualified ConfigTest
import qualified InstallTest
main :: IO ()
main = defaultMain $ testGroup "ghcup"
@@ -12,4 +13,5 @@ main = defaultMain $ testGroup "ghcup"
, OtherCommandTest.otherCommandTests
, ChangeLogTest.changeLogTests
, ConfigTest.configTests
, InstallTest.installTests
]