mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-27 15:16:05 +00:00
f5f431382b
* Implement message id tests. * Implement relay tests. * Update import paths to use test_all.
8 lines
103 B
Nim
8 lines
103 B
Nim
{.used.}
|
|
|
|
import
|
|
./test_waku_relay,
|
|
./test_wakunode_relay,
|
|
./test_message_id,
|
|
./test_protocol
|