mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 06:55:50 +00:00
Missing from repo
This commit is contained in:
11
Hanko.cpp
Normal file
11
Hanko.cpp
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
#include "Hanko.h"
|
||||||
|
|
||||||
|
#include <boost/foreach.hpp>
|
||||||
|
|
||||||
|
using namespace boost;
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
Hanko::Hanko()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
21
test.cpp
Normal file
21
test.cpp
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
#include <string>
|
||||||
|
#include "Application.h"
|
||||||
|
#include "ScopedLock.h"
|
||||||
|
#include "Serializer.h"
|
||||||
|
#include "Wallet.h"
|
||||||
|
#include "Ledger.h"
|
||||||
|
#include "SHAMap.h"
|
||||||
|
#include "DeterministicKeys.h"
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
theApp = new Application();
|
||||||
|
theApp->run();
|
||||||
|
|
||||||
|
DetKeySet::unitTest();
|
||||||
|
Serializer::TestSerializer();
|
||||||
|
SHAMapNode::ClassInit();
|
||||||
|
SHAMap::TestSHAMap();
|
||||||
|
Ledger::unitTest();
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user