One-shot entry point to verify the nyc3-source import builds and
passes. Tomorrow's first step will be:
bash scripts/test.sh
It auto-installs apt-get deps, runs autogen + configure, builds the
test_bitcoin binary, and runs both the boost unit suite (src/test/, 70
files) and the python functional suite (test/functional/, 115 files).
Logs land in .test-logs/test-<timestamp>.log.
Flag summary:
--unit only unit tests
--func only functional tests
--quick alias for --unit
--no-build assume build/ already populated
--clean nuke build/ first