aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
AgeCommit message (Expand)Author
2015-09-22Replace boost::reverse_lock with our own.Casey Rodarmor
2015-05-14Merge pull request #5964Gavin Andresen
2015-05-14CScheduler unit testGavin Andresen
2015-05-13Merge pull request #5159Wladimir J. van der Laan
2015-05-13Create new BlockPolicyEstimator for fee estimatesAlex Morcos
2015-04-23fix and enable bip32 unit testJonas Schnelli
2015-03-26Keep mempool consistent during block-reorgsGavin Andresen
2015-03-12[Move Only] Move wallet related things to src/wallet/Jonas Schnelli
2015-03-09Merge pull request #5852Wladimir J. van der Laan
2015-03-03Reinitialize state in between individual unit tests.Pieter Wuille
2015-02-21Add unit tests for next difficulty calculationsRoss Nicoll
2015-01-31remove sig_canonical.json and sig_noncanonical.jsonManuel Araoz
2015-01-05tests: run sanity checks in tests tooCory Fields
2015-01-05Add tests for new uint256Wladimir J. van der Laan
2015-01-05uint256->arith_uint256 blob256->uint256Wladimir J. van der Laan
2014-12-31Merge #5528 fromJeff Garzik
2014-12-24bitcoin-tx: Add test case for signing a txEric R. Schulz
2014-12-19build: fix 'make distcheck'Cory Fields
2014-11-20build: fix link error on some platforms. Fixes #5235Cory Fields
2014-11-19build: add --with-libs so that libs are optionalCory Fields
2014-11-19build: add libbitcoinconsensus files and hook up the lib buildCory Fields
2014-11-19build: make a distinction between static app ldflags and static lib ldflagsCory Fields
2014-11-18build: secp256k1 as a subdir, since it's requiredCory Fields
2014-11-18Always build and link libsecp256k1Pieter Wuille
2014-10-31minor cleanup: include orders, end comments etc.Philip Kaufmann
2014-10-13build: quit abusing LIBS for Windows builds.Cory Fields
2014-10-08Make SCRIPT_VERIFY_STRICTENC compatible with BIP62Pieter Wuille
2014-09-23Add coins_tests with a large randomized CCoinViewCache test.Pieter Wuille
2014-09-14bitcoin-util-test: Test bitcoin-tx with null scriptPubKeyLuke Dashjr
2014-08-26Move CMedianFilter to timedata.cppWladimir J. van der Laan
2014-08-22Merge pull request #4733Jeff Garzik
2014-08-20UniValue: add unit testsJeff Garzik
2014-08-19Add bitcoin-tx testsJeff Garzik
2014-08-19Add "it works" test for bitcoin-txJeff Garzik
2014-08-18build: add option for reducing exports (v2)Cory Fields
2014-08-18Revert "build: add option for reducing exports"Wladimir J. van der Laan
2014-08-15build: add option for reducing exportsCory Fields
2014-08-15build: fix automake warnings about the use of INCLUDESCory Fields
2014-07-29Add "bitcoin-tx" command line utility and supporting modules.Jeff Garzik
2014-07-01secp256k1: Add build-side changes for libsecp256k1Cory Fields
2014-06-29Add skiplist unit testsPieter Wuille
2014-06-25Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan
2014-06-21crypto: create a separate lib for crypto functionsCory Fields
2014-06-21Extend and move all crypto tests to crypto_tests.cppPieter Wuille
2014-06-21Add built-in SHA-1 implementation.Pieter Wuille
2014-06-21Add a built-in SHA256/SHA512 implementation.Pieter Wuille
2014-06-05build: quit abusing AM_CPPFLAGSCory Fields
2014-06-05build: avoid the use of top_ and abs_ dir pathsCory Fields
2014-06-05build: nuke Makefile.include from orbitCory Fields
2014-06-05build: Switch to non-recursive makeCory Fields