aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2018-05-23 14:14:58 +0200
committerpracticalswift <[email protected]>2018-05-23 16:07:37 +0200
commite56771365b446fa7f51a17d67f3fbe560baaa5a5 (patch)
treefc3ccf724e5eef5b2eb4fde3b2b4115601f1af23 /src/Makefile.test.include
parentdocs: Add a note about the source code filename naming convention (diff)
downloaddiscoin-e56771365b446fa7f51a17d67f3fbe560baaa5a5.tar.xz
discoin-e56771365b446fa7f51a17d67f3fbe560baaa5a5.zip
Do not use uppercase characters in source code filenames
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 7174b3e8d..88ab44042 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -46,7 +46,7 @@ BITCOIN_TESTS =\
test/compress_tests.cpp \
test/crypto_tests.cpp \
test/cuckoocache_tests.cpp \
- test/DoS_tests.cpp \
+ test/denialofservice_tests.cpp \
test/getarg_tests.cpp \
test/hash_tests.cpp \
test/key_io_tests.cpp \
@@ -71,7 +71,7 @@ BITCOIN_TESTS =\
test/rpc_tests.cpp \
test/sanity_tests.cpp \
test/scheduler_tests.cpp \
- test/script_P2SH_tests.cpp \
+ test/script_p2sh_tests.cpp \
test/script_tests.cpp \
test/script_standard_tests.cpp \
test/scriptnum_tests.cpp \