mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 15:10:34 +00:00
This change moves some tests from the current unit tests that are compiled into the rippled binary to using the doctest framework.
3 lines
72 B
C++
3 lines
72 B
C++
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
|
|
#include <doctest/doctest.h>
|