No description provided.
Give makefiles a 'make test' target to compile and run unit tests #1829
pull gavinandresen wants to merge 1 commits into bitcoin:master from gavinandresen:maketest changing 3 files +11 −0-
gavinandresen commented at 3:41 PM on September 18, 2012: contributor
-
gmaxwell commented at 3:49 PM on September 18, 2012: contributor
Common autotools convention is 'make check'. I don't know that it matters much, but might increase the likelihood of it being run. (But perhaps make test is more popular elsewhere?)
-
gavinandresen commented at 3:58 PM on September 18, 2012: contributor
I'll make both "check" and "test" work...
-
jgarzik commented at 4:11 PM on September 18, 2012: contributor
ACK either (or both) ways. autotools does "make check", therefore that is widely spread. "make test" is also quite common in hand-rolled makefiles.
-
Give makefiles 'test' and 'check' targets to compile and run unit tests 8f09e4cac4
- gavinandresen merged this on Sep 18, 2012
- gavinandresen closed this on Sep 18, 2012
-
BitcoinPullTester commented at 11:57 PM on September 18, 2012: none
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/3c29fd5dd6c2b34205d5c556797ca3ee37328a6d for binaries and test log.
- owlhooter referenced this in commit fa5fc418a0 on Oct 10, 2018
- KolbyML referenced this in commit cbd9271afb on Dec 5, 2020
- KolbyML referenced this in commit fb94ca77d4 on Dec 5, 2020
- KolbyML referenced this in commit db9b0933d5 on Dec 5, 2020
- KolbyML referenced this in commit 0adce3cbb7 on Dec 5, 2020
- KolbyML referenced this in commit 6d8525169f on Dec 5, 2020
- DrahtBot locked this on Sep 8, 2021
Contributors