Skip to content

Instantly share code, notes, and snippets.

@arowser
Forked from orphanate/gist:a247ed46f338f3205b65
Last active August 29, 2015 14:13
Show Gist options
  • Save arowser/06c4ec18cfea4f4d5f6e to your computer and use it in GitHub Desktop.
Save arowser/06c4ec18cfea4f4d5f6e to your computer and use it in GitHub Desktop.
grep 'BOOST_AUTO_TEST_SUITE(' * -RI | sed -e "s|^.*(\(.*\)).*$|./test_bitcoin --run_test=\1|"
./test_bitcoin --run_test=accounting_tests
./test_bitcoin --run_test=allocator_tests
./test_bitcoin --run_test=base32_tests
./test_bitcoin --run_test=base58_tests
./test_bitcoin --run_test=base64_tests
./test_bitcoin --run_test=bignum_tests
./test_bitcoin --run_test=bip32_tests
./test_bitcoin --run_test=bloom_tests
./test_bitcoin --run_test=canonical_tests
./test_bitcoin --run_test=CheckBlock_tests
./test_bitcoin --run_test=Checkpoints_tests
./test_bitcoin --run_test=compress_tests
./test_bitcoin --run_test=DoS_tests
./test_bitcoin --run_test=getarg_tests
./test_bitcoin --run_test=hash_tests
./test_bitcoin --run_test=hmac_tests
./test_bitcoin --run_test=key_tests
./test_bitcoin --run_test=main_tests
./test_bitcoin --run_test=miner_tests
./test_bitcoin --run_test=mruset_tests
./test_bitcoin --run_test=multisig_tests
./test_bitcoin --run_test=netbase_tests
./test_bitcoin --run_test=pmt_tests
./test_bitcoin --run_test=rpc_tests
./test_bitcoin --run_test=rpc_wallet_tests
./test_bitcoin --run_test=script_P2SH_tests
./test_bitcoin --run_test=script_tests
./test_bitcoin --run_test=serialize_tests
./test_bitcoin --run_test=sighash_tests
./test_bitcoin --run_test=sigopcount_tests
./test_bitcoin --run_test=transaction_tests
./test_bitcoin --run_test=uint256_tests
./test_bitcoin --run_test=util_tests
./test_bitcoin --run_test=wallet_tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment