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