Page MenuHomePhabricator

[qa] replace specific unit test checks with `make check`
ClosedPublic

Authored by schancel on May 16 2018, 21:28.

Details

Summary

We were previously running unit tests for each package manually.
This was because we wanted JUNIT format results from the boost tests.
However, we had to downgrade the build system for the time being to
a version of boost which does not support JUNIT output.

Here, we switch to runnning make check as there is no benefit to running
each test suite individually

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable