diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2015-04-10 10:31:02 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2015-05-14 12:50:41 -0400 |
commit | 68d370bec44dd6c0b9bdc76308de1a96fe34e5b8 (patch) | |
tree | 5c1afe95dcf1d8a47ae88e6f4faf1a6aac18a5d5 /src/Makefile.test.include | |
parent | cfefe5b88c57c08759492647b360c17126acb826 (diff) |
CScheduler unit test
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 9aec13ccef..3fba198d99 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -60,6 +60,7 @@ BITCOIN_TESTS =\ test/pow_tests.cpp \ test/rpc_tests.cpp \ test/sanity_tests.cpp \ + test/scheduler_tests.cpp \ test/script_P2SH_tests.cpp \ test/script_tests.cpp \ test/scriptnum_tests.cpp \ |