diff options
| author | Mustafa <[email protected]> | 2016-03-11 15:04:05 +0000 |
|---|---|---|
| committer | Mustafa <[email protected]> | 2016-03-11 15:04:05 +0000 |
| commit | 2fdaa255295402d24bb16a72b07cc72c9a5df8e4 (patch) | |
| tree | fa14ad9de0a21b9a1b9fa2203cbb90baed117eee /src/Makefile.test.include | |
| parent | Add a source file for unit test utils. (diff) | |
| download | discoin-2fdaa255295402d24bb16a72b07cc72c9a5df8e4.tar.xz discoin-2fdaa255295402d24bb16a72b07cc72c9a5df8e4.zip | |
Move GetTempPath() to testutil.
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 \ |