gRPC-haskell/tests/Properties.hs

10 lines
190 B
Haskell
Raw Normal View History

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