mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-05 15:33:08 +00:00
* Start of SWAP * SWAP basic data types (untested) * SWAP Add handshake test and fix imports * SWAP Add cheque encode/decode test and fix bug
12 lines
286 B
Nim
12 lines
286 B
Nim
import
|
|
# Waku v2 tests
|
|
# TODO: enable this when it is altered into a proper waku relay test
|
|
# ./v2/test_waku,
|
|
./v2/test_wakunode,
|
|
./v2/test_waku_store,
|
|
./v2/test_waku_filter,
|
|
./v2/test_waku_pagination,
|
|
./v2/test_waku_payload,
|
|
./v2/test_rpc_waku,
|
|
./v2/test_waku_swap
|