nim-libp2p/tests/testnative.nim
Eugene Kabanov efb952f18b
[WIP] Minprotobuf refactoring (#259)
* Minprotobuf initial commit

* Fix noise.

* Add signed integers support.
Add checks for field number value.
Remove some casts.

* Fix compile errors.

* Fix comments and constants.
2020-07-13 14:43:07 +02:00

25 lines
430 B
Nim

import testvarint,
testminprotobuf,
teststreamseq
import testrsa,
testecnist,
tested25519,
testsecp256k1,
testcrypto
import testmultibase,
testmultihash,
testmultiaddress,
testcid,
testpeer
import testtransport,
testmultistream,
testbufferstream,
testidentify,
testswitch,
testnoise,
testpeerinfo,
testmplex