diff options
author | Jim Posen <jimpo@coinbase.com> | 2017-08-18 14:40:29 -0700 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-10-03 22:03:09 +0200 |
commit | 794a80eee335a10d239aed7fdbdd013bce45161d (patch) | |
tree | 261e83618a2e715e7626c84d9fc21fa14cfc41bb /src/Makefile.test.include | |
parent | f9cf7b589f430b2d7c52e477b6d62f29d748c38e (diff) |
[script] Unit tests for script/standard functions
Github-Pull: #11116
Rebased-From: d7afe2d1577eb3f6775301c81b94a191e0db99d9
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 01ab0134fe..3a932f460d 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -65,6 +65,7 @@ BITCOIN_TESTS =\ test/scheduler_tests.cpp \ test/script_P2SH_tests.cpp \ test/script_tests.cpp \ + test/script_standard_tests.cpp \ test/scriptnum_tests.cpp \ test/serialize_tests.cpp \ test/sighash_tests.cpp \ |