diff options
| author | MeshCollider <[email protected]> | 2017-09-05 15:02:17 +1200 |
|---|---|---|
| committer | MeshCollider <[email protected]> | 2017-09-05 15:02:17 +1200 |
| commit | d1138e36208dac87a27f415f39c70377636e93f1 (patch) | |
| tree | 9b76b6a063279c4a03028f7d07bfa92b299e8d87 /src/Makefile.test.include | |
| parent | Merge #10701: Remove the virtual specifier for functions with the override sp... (diff) | |
| download | discoin-d1138e36208dac87a27f415f39c70377636e93f1.tar.xz discoin-d1138e36208dac87a27f415f39c70377636e93f1.zip | |
Remove redundant testutil files
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 6415b3d2e..01ab0134f 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -74,8 +74,6 @@ BITCOIN_TESTS =\ test/test_bitcoin.cpp \ test/test_bitcoin.h \ test/test_bitcoin_main.cpp \ - test/testutil.cpp \ - test/testutil.h \ test/timedata_tests.cpp \ test/torcontrol_tests.cpp \ test/transaction_tests.cpp \ |