hssh-0.1.0.0: test/Spec/Server.hs
{-# LANGUAGE OverloadedStrings #-}
module Spec.Server ( tests ) where
import Test.Tasty
tests :: TestTree
tests = testGroup "Network.SSH.Server" []
{-# LANGUAGE OverloadedStrings #-}
module Spec.Server ( tests ) where
import Test.Tasty
tests :: TestTree
tests = testGroup "Network.SSH.Server" []