Skip to content

Commit

Permalink
make headers and cpps for test util symmetric
Browse files Browse the repository at this point in the history
  • Loading branch information
gogoex committed Oct 26, 2024
1 parent ec5744e commit 49090ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Makefile.test_util.include
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ TEST_UTIL_H = \
blsct/public_key.h \
blsct/public_keys.h \
blsct/signature.h \
blsct/wallet/txfactory_global.h \
test/util/blockfilter.h \
test/util/chainstate.h \
test/util/coins.h \
Expand All @@ -27,8 +28,8 @@ TEST_UTIL_H = \
test/util/logging.h \
test/util/mining.h \
test/util/net.h \
test/util/poolresourcetester.h \
test/util/random.h \
test/util/poolresourcetester.h \
test/util/script.h \
test/util/setup_common.h \
test/util/str.h \
Expand All @@ -52,7 +53,7 @@ libtest_util_a_SOURCES = \
blsct/private_key.cpp \
blsct/public_key.cpp \
blsct/public_keys.cpp \
blsct/signature.h \
blsct/signature.cpp \
blsct/wallet/txfactory_global.cpp \
test/util/blockfilter.cpp \
test/util/coins.cpp \
Expand Down

0 comments on commit 49090ea

Please sign in to comment.