diff options
| author | Gavin Andresen <[email protected]> | 2015-05-14 14:23:13 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2015-05-14 14:27:07 -0400 |
| commit | b4c219b622235e66fecd5dee1883908d5336a6c0 (patch) | |
| tree | aee090d0cd5cfd0023ec23c9295b587920527585 /src/Makefile.test.include | |
| parent | Merge pull request #6136 (diff) | |
| parent | Use CScheduler for net's DumpAddresses (diff) | |
| download | discoin-b4c219b622235e66fecd5dee1883908d5336a6c0.tar.xz discoin-b4c219b622235e66fecd5dee1883908d5336a6c0.zip | |
Merge pull request #5964
9a1dcea Use CScheduler for net's DumpAddresses (Gavin Andresen)
ddd0acd Create a scheduler thread for lightweight tasks (Gavin Andresen)
68d370b CScheduler unit test (Gavin Andresen)
cfefe5b scheduler: fix with boost <= 1.50 (Cory Fields)
ca66717 build: make libboost_chrono mandatory (Cory Fields)
928b950 CScheduler class for lightweight task scheduling (Gavin Andresen)
e656560 [Qt] add defaultConfirmTarget constant to sendcoinsdialog (Philip Kaufmann)
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 65112f6f5..099714811 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -61,6 +61,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 \ |