Skip to content

Commit

Permalink
Test ledger priority
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Nov 24, 2024
1 parent e330b69 commit 1c7b1d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions nano/core_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ add_executable(
ipc.cpp
ledger.cpp
ledger_confirm.cpp
ledger_priority.cpp
locks.cpp
logging.cpp
message.cpp
Expand Down
8 changes: 8 additions & 0 deletions nano/core_test/ledger_priority.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include <nano/secure/ledger.hpp>
#include <nano/secure/ledger_set_any.hpp>
#include <nano/secure/ledger_set_confirmed.hpp>
#include <nano/test_common/ledger_context.hpp>
#include <nano/test_common/make_store.hpp>
#include <nano/test_common/testutil.hpp>

#include <gtest/gtest.h>

0 comments on commit 1c7b1d5

Please sign in to comment.