Add libsnark tests to full_test_suite.py

This commit is contained in:
Jack Grigg
2017-10-18 00:55:52 -07:00
parent 4ca8f506d7
commit 91dd425b4a

View File

@@ -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')],
}