zcashd/qa/zcash
Jack Grigg eca5009825 test: Build Rust tests as part of qa/zcash/full_test_suite.py
The previous version of full_test_suite.py directly called the test
binary, which was being compiled at the same time as the static library.
However, by passing the --tests argument to cargo, rustc was ignoring
several important release-profile configurations, and was also
attempting to link the test binary, which was breaking cross-compilation
builds.

This commit alters src/Makefile.am to only build the static library, and
leaves test compilation to the test runner itself. This ensures that the
tests are only compiled for native builds, when the tests will be run on
the same platform.
2020-04-08 18:17:19 +12:00
..
checksec.sh
create_benchmark_archive.py Updating remaining python3 conventions 2020-02-10 13:15:26 -08:00
create_wallet_200k_utxos.py Fix remaining python3 conventions 2020-02-10 12:38:46 -08:00
full_test_suite.py test: Build Rust tests as part of qa/zcash/full_test_suite.py 2020-04-08 18:17:19 +12:00
performance-measurements.sh
test-depends-sources-mirror.py Update #! env for python3 2020-02-10 13:34:29 -08:00
updatecheck.py Update updatecheck.py with the new Rust dependencies and improve the error message in case the untracked dependency list becomes out of date. 2020-03-17 14:05:50 -06:00