diff options
| author | Gavin Andresen <[email protected]> | 2015-04-10 10:31:02 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2015-05-14 12:50:41 -0400 |
| commit | 68d370bec44dd6c0b9bdc76308de1a96fe34e5b8 (patch) | |
| tree | 5c1afe95dcf1d8a47ae88e6f4faf1a6aac18a5d5 /src/Makefile.test.include | |
| parent | scheduler: fix with boost <= 1.50 (diff) | |
| download | discoin-68d370bec44dd6c0b9bdc76308de1a96fe34e5b8.tar.xz discoin-68d370bec44dd6c0b9bdc76308de1a96fe34e5b8.zip | |
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 9aec13cce..3fba198d9 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 \ |