nim-eth/tests/p2p/les/test_flow_control.nim
Kim De Mey 762415319c
Add build_dcli target and add it to CI (#344)
* Add build_dcli target and add it to CI

* Fix local imports for dcli

* And use local imports for all other files too

* Use local imports in tests and rlpx protocols
2021-04-06 13:33:24 +02:00

6 lines
81 B
Nim

import
../../../eth/p2p/rlpx_protocols/les/flow_control
flow_control.tests()