Remove origin test to ghcup-test subdir

This commit is contained in:
Lei Zhu
2023-07-20 23:09:14 +08:00
parent d143daeb9a
commit e13c5a99af
11 changed files with 4 additions and 4 deletions

9
test/ghcup-test/Main.hs Normal file
View File

@@ -0,0 +1,9 @@
import Test.Hspec.Runner
import qualified Spec
main :: IO ()
main =
hspecWith
defaultConfig
Spec.spec