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

10 lines
190 B
Haskell
Raw Normal View History

2016-05-24 13:51:32 -07:00
import LowLevelTests
import Test.Tasty
import UnsafeTests
main :: IO ()
main = defaultMain $ testGroup "GRPC Unit Tests"
[ unsafeTests
, lowLevelTests
]