aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
Commit message (Expand)AuthorAgeFilesLines
...
* | Add unit tests for next difficulty calculationsRoss Nicoll2015-02-211-0/+1
|/
* remove sig_canonical.json and sig_noncanonical.jsonManuel Araoz2015-01-311-2/+0
* tests: run sanity checks in tests tooCory Fields2015-01-051-0/+1
* Add tests for new uint256Wladimir J. van der Laan2015-01-051-0/+1
* uint256->arith_uint256 blob256->uint256Wladimir J. van der Laan2015-01-051-1/+1
* Merge #5528 fromJeff Garzik2014-12-311-1/+2
|\
| * bitcoin-tx: Add test case for signing a txEric R. Schulz2014-12-241-1/+2
* | build: fix 'make distcheck'Cory Fields2014-12-191-1/+3
|/
* build: fix link error on some platforms. Fixes #5235Cory Fields2014-11-201-1/+1
* build: add --with-libs so that libs are optionalCory Fields2014-11-191-1/+1
* build: add libbitcoinconsensus files and hook up the lib buildCory Fields2014-11-191-1/+1
* build: make a distinction between static app ldflags and static lib ldflagsCory Fields2014-11-191-1/+1
* build: secp256k1 as a subdir, since it's requiredCory Fields2014-11-181-0/+3
* Always build and link libsecp256k1Pieter Wuille2014-11-181-5/+1
* minor cleanup: include orders, end comments etc.Philip Kaufmann2014-10-311-4/+4
* build: quit abusing LIBS for Windows builds.Cory Fields2014-10-131-1/+1
* Make SCRIPT_VERIFY_STRICTENC compatible with BIP62Pieter Wuille2014-10-081-1/+0
* Add coins_tests with a large randomized CCoinViewCache test.Pieter Wuille2014-09-231-0/+1
* bitcoin-util-test: Test bitcoin-tx with null scriptPubKeyLuke Dashjr2014-09-141-1/+2
* Move CMedianFilter to timedata.cppWladimir J. van der Laan2014-08-261-0/+1
* Merge pull request #4733Jeff Garzik2014-08-221-1/+6
|\
| * Add bitcoin-tx testsJeff Garzik2014-08-191-1/+6
* | UniValue: add unit testsJeff Garzik2014-08-201-0/+1
|/
* Add "it works" test for bitcoin-txJeff Garzik2014-08-191-1/+8
* build: add option for reducing exports (v2)Cory Fields2014-08-181-0/+1
* Revert "build: add option for reducing exports"Wladimir J. van der Laan2014-08-181-1/+0
* build: add option for reducing exportsCory Fields2014-08-151-0/+1
* build: fix automake warnings about the use of INCLUDESCory Fields2014-08-151-1/+1
* Add "bitcoin-tx" command line utility and supporting modules.Jeff Garzik2014-07-291-1/+1
* secp256k1: Add build-side changes for libsecp256k1Cory Fields2014-07-011-0/+5
* Add skiplist unit testsPieter Wuille2014-06-291-0/+1
* Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan2014-06-251-1/+1
* crypto: create a separate lib for crypto functionsCory Fields2014-06-211-1/+1
* Extend and move all crypto tests to crypto_tests.cppPieter Wuille2014-06-211-2/+1
* Add built-in SHA-1 implementation.Pieter Wuille2014-06-211-0/+1
* Add a built-in SHA256/SHA512 implementation.Pieter Wuille2014-06-211-0/+2
* build: quit abusing AM_CPPFLAGSCory Fields2014-06-051-3/+1
* build: avoid the use of top_ and abs_ dir pathsCory Fields2014-06-051-1/+1
* build: nuke Makefile.include from orbitCory Fields2014-06-051-0/+16
* build: Switch to non-recursive makeCory Fields2014-06-051-0/+87