socket-unix-0.1.1.0: test/test.hs
module Main where
import Test.Tasty (defaultMain, testGroup)
import Internal
import Platform
main :: IO ()
main = defaultMain $ testGroup "unix domain socket"
[ groupUnixPathname
, groupAbstractName ]
module Main where
import Test.Tasty (defaultMain, testGroup)
import Internal
import Platform
main :: IO ()
main = defaultMain $ testGroup "unix domain socket"
[ groupUnixPathname
, groupAbstractName ]