Browse Source

Add libsnark tests to full_test_suite.py

pull/4/head
Jack Grigg 7 years ago
parent
commit
91dd425b4a
No known key found for this signature in database GPG Key ID: 665DBCD284F7DAFF
  1. 2
      qa/zcash/full_test_suite.py

2
qa/zcash/full_test_suite.py

@ -129,6 +129,7 @@ STAGES = [
'no-dot-so',
'util-test',
'secp256k1',
'libsnark',
'univalue',
'rpc',
]
@ -140,6 +141,7 @@ STAGE_COMMANDS = {
'no-dot-so': ensure_no_dot_so_in_depends,
'util-test': util_test,
'secp256k1': ['make', '-C', repofile('src/secp256k1'), 'check'],
'libsnark': ['make', '-C', repofile('src'), 'libsnark-tests'],
'univalue': ['make', '-C', repofile('src/univalue'), 'check'],
'rpc': [repofile('qa/pull-tester/rpc-tests.sh')],
}

Loading…
Cancel
Save