Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 481 Bytes

File metadata and controls

29 lines (23 loc) · 481 Bytes

Tests

This directory contains Qt-based tests for the logos-libp2p-module.

Running tests

Run all tests:

ctest --test-dir build

Run with full output (useful for debugging failures):

ctest --test-dir build -V

Run a specific test by name:

ctest --test-dir build -R async
ctest --test-dir build -R sync
ctest --test-dir build -R integration

Or run the test executables directly:

./build/async
./build/sync
./build/integration