diff options
author | Jim Posen <jimpo@coinbase.com> | 2017-08-18 14:40:29 -0700 |
---|---|---|
committer | Jim Posen <jimpo@coinbase.com> | 2017-09-21 12:24:20 -0700 |
commit | d7afe2d1577eb3f6775301c81b94a191e0db99d9 (patch) | |
tree | 3aaf47808c93279fac85fcb578260bfda46b241d /src/Makefile.test.include | |
parent | 4f7e37e26c5d1ca5421bb070e583aaa6b0c93d03 (diff) |
[script] Unit tests for script/standard functions
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 \ |