mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +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>
|