Add ledger save/load test (RIPD-1378)

Provide unit test to invoke ledger load at startup.
This commit is contained in:
Mike Ellery
2017-01-04 09:59:07 -08:00
committed by Nik Bougalis
parent fb60cc9b5b
commit be0fb67d8d
5 changed files with 239 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
#include <test/app/Flow_test.cpp>
#include <test/app/Freeze_test.cpp>
#include <test/app/HashRouter_test.cpp>
#include <test/app/LedgerLoad_test.cpp>
#include <test/app/LoadFeeTrack_test.cpp>
#include <test/app/MultiSign_test.cpp>
#include <test/app/OfferStream_test.cpp>