mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-04-14 00:56:06 +00:00
11 lines
230 B
Haskell
11 lines
230 B
Haskell
import AgentTests
|
|
import MarkdownTests
|
|
import ServerTests
|
|
import Test.Hspec
|
|
|
|
main :: IO ()
|
|
main = hspec $ do
|
|
describe "SimpleX markdown" markdownTests
|
|
describe "SMP server" serverTests
|
|
describe "SMP client agent" agentTests
|