debug-info test
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
module Main where
|
||||
import Test.Tasty
|
||||
import qualified SetTest
|
||||
import qualified DebugInfoTest
|
||||
|
||||
main :: IO ()
|
||||
main = defaultMain SetTest.setTests
|
||||
main = defaultMain $ testGroup "ghcup"
|
||||
[ SetTest.setTests
|
||||
, DebugInfoTest.debugInfoTests
|
||||
]
|
||||
Reference in New Issue
Block a user