mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Split up ripple_SerializedObject.h
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
|
||||
namespace po = boost::program_options;
|
||||
|
||||
// VFALCO: TODO make these singletons that initialize statically
|
||||
extern void TFInit();
|
||||
extern void LEFInit();
|
||||
extern void SVFInit();
|
||||
|
||||
using namespace std;
|
||||
using namespace boost::unit_test;
|
||||
@@ -213,9 +213,9 @@ int main(int argc, char* argv[])
|
||||
|
||||
InstanceType::multiThread();
|
||||
|
||||
// VFALCO: TODO make these singletons that initialize statically
|
||||
TFInit();
|
||||
LEFInit();
|
||||
SVFInit();
|
||||
|
||||
if (vm.count("unittest"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user