packages feed

pipes-cacophony-0.1.0: tests/Tests.hs

module Main where

import Imports

import qualified Handshake

tests :: TestTree
tests = testGroup "cacophony"
  [ Handshake.tests
  ]

main :: IO ()
main = defaultMain tests