Skip to content

Commit

Permalink
test: Build scrypt_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lateminer committed Nov 1, 2023
1 parent 491f9dc commit 8fb3328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/Makefile.test.include
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ BITCOIN_TESTS =\
test/script_tests.cpp \
test/scriptnum10.h \
test/scriptnum_tests.cpp \
test/scrypt_tests.cpp \
test/serfloat_tests.cpp \
test/serialize_tests.cpp \
test/settings_tests.cpp \
Expand Down
5 changes: 2 additions & 3 deletions src/test/scrypt_tests.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#include <boost/test/unit_test.hpp>

#include <uint256.h>
#include <util.h>
#include <crypto/scrypt.h>
#include <utilstrencodings.h>
#include <uint256.h>
#include <util/strencodings.h>

BOOST_AUTO_TEST_SUITE(scrypt_tests)

Expand Down

0 comments on commit 8fb3328

Please sign in to comment.