diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-11-27 14:09:14 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-11-27 14:16:55 +0100 |
| commit | d8368a07baf2a6555557c038cbcecb615c24bdf6 (patch) | |
| tree | 9613c1cc0fc530a0ceeb7da73eee4b03fb43eaef /src/Makefile.test.include | |
| parent | Merge pull request #7083 (diff) | |
| parent | Replace scriptnum_test's normative ScriptNum implementation (diff) | |
| download | discoin-d8368a07baf2a6555557c038cbcecb615c24bdf6.tar.xz discoin-d8368a07baf2a6555557c038cbcecb615c24bdf6.zip | |
Merge pull request #7095
4ec3561 Replace scriptnum_test's normative ScriptNum implementation (Wladimir J. van der Laan)
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 2328d0b4c..fafc1a294 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -35,7 +35,7 @@ GENERATED_TEST_FILES = $(JSON_TEST_FILES:.json=.json.h) $(RAW_TEST_FILES:.raw=.r BITCOIN_TESTS =\ test/arith_uint256_tests.cpp \ - test/bignum.h \ + test/scriptnum10.h \ test/addrman_tests.cpp \ test/alert_tests.cpp \ test/allocator_tests.cpp \ |