Details
Details
make check src/seeder/test_bitcoin-seeder ninja check ninja check-bitcoin-seeder-test
The second command should build only the seeder and the seeder tests and run
only the seeder unit tests
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- SeederTestsExecutable
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 8035 Build 14066: Bitcoin ABC Buildbot (legacy) Build 14065: arc lint + arc unit
Event Timeline
src/Makefile.seedertest.include | ||
---|---|---|
1 | s/Core //g | |
src/seeder/CMakeLists.txt | ||
1 | while we're at it, fix the date range here too. | |
src/seeder/test/CMakeLists.txt | ||
30 | Should this be a module? It looks to be fairly portable to any unit test suite that we write in this repo. | |
src/seeder/test/seeder_tests.cpp | ||
17 | Seeing that the fixture isn't necessary, you can remove this in it's own diff. |