nim-libp2p/tests/testnative.nim
Tanguy Cizain 62ca6dd9a0
Add missing test to testnative (#618)
* add missing tests

* fix testping
2021-09-01 08:38:24 +02:00

33 lines
608 B
Nim

import testvarint,
testconnection,
testminprotobuf,
teststreamseq,
testsemaphore
import testminasn1,
testrsa,
testecnist,
tested25519,
testsecp256k1,
testcrypto
import testmultibase,
testmultihash,
testmultiaddress,
testcid,
testpeerid
import testtcptransport,
testnameresolve,
testwstransport,
testmultistream,
testbufferstream,
testidentify,
testconnmngr,
testswitch,
testnoise,
testpeerinfo,
testpeerstore,
testping,
testmplex