xrpld
Loading...
Searching...
No Matches
tests
libxrpl
main.cpp
1
#include <gmock/gmock.h>
2
#include <gtest/gtest.h>
3
4
int
5
main(
int
argc,
char
** argv)
6
{
7
::testing::InitGoogleMock(&argc, argv);
8
return
RUN_ALL_TESTS();
9
}
Generated by
1.16.1