hls-plugin-api-1.3.0.0: test/Main.hs
module Main where
import qualified Ide.PluginUtilsTest as PluginUtilsTest
import Test.Tasty
import Test.Tasty.Ingredients.Rerun
main :: IO ()
main = defaultMainWithRerun tests
tests :: TestTree
tests = testGroup "Main"
[ PluginUtilsTest.tests
]