diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-01-08 12:06:39 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-01-08 12:07:06 +0100 |
| commit | c5e0aef5c4a6beaf9869b942e0671dfb31196533 (patch) | |
| tree | 79c467bd27a6e546da79a7a4789181a6925585c9 /src/Makefile.test.include | |
| parent | Merge pull request #5143 (diff) | |
| parent | tests: run sanity checks in tests too (diff) | |
| download | discoin-c5e0aef5c4a6beaf9869b942e0671dfb31196533.tar.xz discoin-c5e0aef5c4a6beaf9869b942e0671dfb31196533.zip | |
Merge pull request #5604
d58c5d6 tests: run sanity checks in tests too (Cory Fields)
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 2f10702d8..710956a72 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -58,6 +58,7 @@ BITCOIN_TESTS =\ test/netbase_tests.cpp \ test/pmt_tests.cpp \ test/rpc_tests.cpp \ + test/sanity_tests.cpp \ test/script_P2SH_tests.cpp \ test/script_tests.cpp \ test/scriptnum_tests.cpp \ |