diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-03-14 11:18:02 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-03-14 11:26:52 +0100 |
| commit | 56d2c4e0fee3372535a4b4436cebca94f2eda0ad (patch) | |
| tree | 14cf59303763e6e1f53c350182247c8f7f4653da /src/Makefile.test.include | |
| parent | Merge #7668: Fix history deletion bug after font size change (diff) | |
| parent | Move GetTempPath() to testutil. (diff) | |
| download | discoin-56d2c4e0fee3372535a4b4436cebca94f2eda0ad.tar.xz discoin-56d2c4e0fee3372535a4b4436cebca94f2eda0ad.zip | |
Merge #7667: Move GetTempPath() to testutil
2fdaa25 Move GetTempPath() to testutil. (Mustafa)
393b22e Add a source file for unit test utils. (Mustafa)
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 6ef6a69a2..0c4e47a14 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -78,6 +78,8 @@ BITCOIN_TESTS =\ test/streams_tests.cpp \ test/test_bitcoin.cpp \ test/test_bitcoin.h \ + test/testutil.cpp \ + test/testutil.h \ test/timedata_tests.cpp \ test/transaction_tests.cpp \ test/txvalidationcache_tests.cpp \ |