diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2018-05-23 14:14:58 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2018-05-23 16:07:37 +0200 |
commit | e56771365b446fa7f51a17d67f3fbe560baaa5a5 (patch) | |
tree | fc3ccf724e5eef5b2eb4fde3b2b4115601f1af23 /src/Makefile.test.include | |
parent | 419a1983ca6bdb32cf0ecd297f7ffccf518d2424 (diff) |
Do not use uppercase characters in source code filenames
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 7174b3e8df..88ab440425 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 \ |