1
0
Fork 0
mirror of https://github.com/unclechu/gRPC-haskell.git synced 2025-03-25 23:25:12 +01:00
gRPC-haskell/tests/Properties.hs

6 lines
143 B
Haskell
Raw Normal View History

import Test.Tasty
2016-07-25 16:37:06 -07:00
import GeneratedTests
main :: IO ()
main = defaultMain $ testGroup "GRPC Unit Tests" [ generatedTests ]