Remove libsnark unit tests from full test suite

This commit is contained in:
Jack Grigg 2019-06-25 22:15:40 +02:00
parent 2a47986a00
commit 1f38ad2536
No known key found for this signature in database
GPG Key ID: 9E8255172BBF9898
1 changed files with 0 additions and 2 deletions

View File

@ -138,7 +138,6 @@ STAGES = [
'no-dot-so',
'util-test',
'secp256k1',
'libsnark',
'univalue',
'rpc',
]
@ -150,7 +149,6 @@ 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')],
}