mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-03-30 18:35:59 +00:00
11 lines
196 B
Haskell
11 lines
196 B
Haskell
{-# LANGUAGE BlockArguments #-}
|
|
|
|
import AgentTests
|
|
import ServerTests
|
|
import Test.Hspec
|
|
|
|
main :: IO ()
|
|
main = hspec do
|
|
describe "SMP server" serverTests
|
|
describe "SMP client agent" agentTests
|