File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 test_doge_chain test_compact_blocks \
8989 test_multiaddress_pplns test_pplns_stress \
9090 test_hash_link test_decay_pplns \
91+ test_pplns_consensus \
9192 test_phase0_live test_phase1_live test_phase2_live \
9293 test_phase3_live test_phase4_embedded test_phase4_live \
9394 -j$(nproc)
Original file line number Diff line number Diff line change @@ -226,4 +226,13 @@ if (BUILD_TESTING AND GTest_FOUND)
226226 ${Boost_LIBRARIES}
227227 )
228228 gtest_add_tests (test_decay_pplns "" AUTO )
229+
230+ add_executable (test_pplns_consensus test_pplns_consensus.cpp )
231+ target_link_libraries (test_pplns_consensus PRIVATE
232+ GTest::gtest_main GTest::gtest
233+ core ltc
234+ nlohmann_json::nlohmann_json
235+ ${Boost_LIBRARIES}
236+ )
237+ gtest_add_tests (test_pplns_consensus "" AUTO )
229238endif ()
You can’t perform that action at this time.
0 commit comments