This directory contains Qt-based tests for the logos-libp2p-module.
Run all tests:
ctest --test-dir buildRun with full output (useful for debugging failures):
ctest --test-dir build -VRun a specific test by name:
ctest --test-dir build -R async
ctest --test-dir build -R sync
ctest --test-dir build -R integrationOr run the test executables directly:
./build/async
./build/sync
./build/integration