mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-14 15:19:43 +01:00
5 lines
143 B
Haskell
5 lines
143 B
Haskell
import Test.Tasty
|
|
import GeneratedTests
|
|
|
|
main :: IO ()
|
|
main = defaultMain $ testGroup "GRPC Unit Tests" [ generatedTests ]
|