libp2p-dht/tests/testAll.nim

6 lines
141 B
Nim

import
./dht/[test_providers, test_providermngr],
./discv5/[test_discoveryv5, test_discoveryv5_encoding]
{.warning[UnusedImport]: off.}