Skip to content

Commit 797681f

Browse files
authored
UNL Report Tests (Update) (XRPLF#121)
* unl report tests * remove unused test * fix Cmake * remove logs
1 parent d08fe26 commit 797681f

File tree

3 files changed

+1216
-412
lines changed

3 files changed

+1216
-412
lines changed

Builds/CMake/RippledCore.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,6 @@ if (tests)
748748
src/test/app/Transaction_ordering_test.cpp
749749
src/test/app/TrustAndBalance_test.cpp
750750
src/test/app/TxQ_test.cpp
751-
src/test/app/UNLReport_test.cpp
752751
src/test/app/URIToken_test.cpp
753752
src/test/app/ValidatorKeys_test.cpp
754753
src/test/app/ValidatorList_test.cpp
@@ -814,6 +813,7 @@ if (tests)
814813
src/test/consensus/LedgerTrie_test.cpp
815814
src/test/consensus/NegativeUNL_test.cpp
816815
src/test/consensus/ScaleFreeSim_test.cpp
816+
src/test/consensus/UNLReport_test.cpp
817817
src/test/consensus/Validations_test.cpp
818818
#[===============================[
819819
test sources:

0 commit comments

Comments
 (0)