Add TrustAndBalance Tests (RIPD-1153):

Migrate tests in send-test.js to cpp/jtx.
This commit is contained in:
Mike Ellery
2016-10-25 08:52:57 -07:00
committed by Nik Bougalis
parent d69b16895c
commit b712125bc0
4 changed files with 520 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
#include <test/app/SusPay_test.cpp>
#include <test/app/Taker_test.cpp>
#include <test/app/Transaction_ordering_test.cpp>
#include <test/app/TrustAndBalance_test.cpp>
#include <test/app/TxQ_test.cpp>
#include <test/app/ValidatorList_test.cpp>
#include <test/app/SetTrust_test.cpp>