diff options
| author | MarcoFalke <[email protected]> | 2016-11-07 15:04:57 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-11-07 16:11:51 +0100 |
| commit | fa8278e845b6a80164e13a39f917a101fe14b10d (patch) | |
| tree | b68fd7a501f652409282fcfcaa0dc0c5f5159de1 /src/Makefile.test.include | |
| parent | Merge #8981: Wshadow: Do not shadow argument with a local variable (diff) | |
| download | discoin-fa8278e845b6a80164e13a39f917a101fe14b10d.tar.xz discoin-fa8278e845b6a80164e13a39f917a101fe14b10d.zip | |
test: Fix test_random includes
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 4e4cca14c..fa610e300 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -84,6 +84,7 @@ BITCOIN_TESTS =\ test/streams_tests.cpp \ test/test_bitcoin.cpp \ test/test_bitcoin.h \ + test/test_random.h \ test/testutil.cpp \ test/testutil.h \ test/timedata_tests.cpp \ |