diff options
author | Jeff Garzik <jeff@bloq.com> | 2015-10-22 21:33:06 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2015-10-22 21:33:06 -0400 |
commit | 3795e8152b678b9f805a395b144190a9f2fa2af4 (patch) | |
tree | 2d714bcb45c42b93c4efc911c886ab238b451605 /src/Makefile.test.include | |
parent | 8587b23038b88340ec64253ea4282afe90187a69 (diff) |
leveldbwrapper file rename to dbwrapper.*
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 0fe8ea42ff..f23a8f41fc 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -54,7 +54,7 @@ BITCOIN_TESTS =\ test/hash_tests.cpp \ test/key_tests.cpp \ test/limitedmap_tests.cpp \ - test/leveldbwrapper_tests.cpp \ + test/dbwrapper_tests.cpp \ test/main_tests.cpp \ test/mempool_tests.cpp \ test/miner_tests.cpp \ |