Page MenuHomePhabricator

Fix name collision in crypto_tests
ClosedPublic

Authored by Fabien on Feb 8 2019, 12:02.

Details

Summary

Avoid name collision between src/test/crypto_tests.cpp and
src/wallet/test/crypto_tests.cpp. This collision would prevent from
running test_bitcoin --run_test=crypto_tests.

This fix is extracted from core PR12719 and PR12895.

Test Plan
make check
ninja check

Diff Detail

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