The seeder tests are conditioned to the seeder build, but it must be
built only if the seeder is built *AND* the tests are enabled.
If the tests are not enabled there is no check for the boost unit tests
library.
Details
Details
- Reviewers
deadalnix jasonbcox nakihito - Group Reviewers
Restricted Project - Commits
- rSTAGING3fdda39d2530: [AUTOTOOLS] Don't build the seeder tests if --disable-tests is set
rABC3fdda39d2530: [AUTOTOOLS] Don't build the seeder tests if --disable-tests is set
./autogen.sh mkdir build && cd build ../configure make
Check that bitcoin-seeder and test_bitcoin-seeder are built.
../configure --disable-tests make
Check that bitcoin-seeder is built but not test_bitcoin-seeder.
../configure --without-seeder make
Check that neither bitcoin-seeder nor test_bitcoin-seeder is built.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- fix_seeder_tests_with_tests_diable
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 8639 Build 15264: Default Diff Build & Tests Build 15263: arc lint + arc unit