make -f makefile.{unix,osx,mingw} test_bitcoin to compile dumb, do-almost-nothing placeholder unit tests.
Boost unit-testing framework. #356
pull gavinandresen wants to merge 1 commits into bitcoin:master from gavinandresen:unitTest changing 8 files +83 −3-
gavinandresen commented at 6:08 PM on June 27, 2011: contributor
-
8baf865c94
Boost unit-testing framework.
make -f makefile.{unix,osx,mingw} test_bitcoin to compile dumb, do-almost-nothing placeholder unit tests. -
josephholsten commented at 6:17 PM on June 27, 2011: none
+1 to testing
-
TheBlueMatt commented at 7:17 PM on June 27, 2011: member
Nice, here's hoping someone has the time to write a ton of these.
-
davout commented at 7:27 PM on June 27, 2011: none
Hooray for unit testing! @TheBlueMatt what I find the easiest way of writing tests is to actually write a failing test before correcting a bug, this way you just write tests progressively and easily prevent regressions
-
gavinandresen commented at 8:30 PM on June 27, 2011: contributor
I forgot to thank Steve (gasteve in IRC) for the original code. Thanks Steve!
- gavinandresen referenced this in commit 8111e27905 on Jun 27, 2011
- gavinandresen merged this on Jun 27, 2011
- gavinandresen closed this on Jun 27, 2011
- jtimon referenced this in commit 91ee21c024 on Mar 11, 2016
- laanwj referenced this in commit 0ffb3bd95f on Aug 4, 2016
- laanwj referenced this in commit b2135359b3 on Aug 16, 2016
- MarcoFalke referenced this in commit 64dfdde0aa on Dec 13, 2016
- deadalnix referenced this in commit 419bf7fd9d on Jan 19, 2017
- deadalnix referenced this in commit 101502f859 on Mar 20, 2017
- hanchon referenced this in commit 2cc35ab940 on Aug 17, 2017
- rajarshimaitra referenced this in commit ac469ee938 on Aug 5, 2021
- DrahtBot locked this on Sep 8, 2021
Contributors