Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e942244

Browse files
committed
Fix missing extension in test make file
1 parent d2c60c7 commit e942244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.test.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ DYNAMIC_TESTS =\
6060
test/compress_tests.cpp \
6161
test/crypto_tests.cpp \
6262
test/dht_data_tests.cpp \
63-
test/dht_key_tests \
63+
test/dht_key_tests.cpp \
6464
test/DoS_tests.cpp \
6565
test/getarg_tests.cpp \
6666
test/governance_validators_tests.cpp \

0 commit comments

Comments
 (0)