Browse Source

Add merkleTest and utilTest to test suite.

pull/145/head
Sean Bowe 8 years ago
parent
commit
0b43e787e0
  1. 2
      qa/zcash/full-test-suite.sh

2
qa/zcash/full-test-suite.sh

@ -29,6 +29,8 @@ cd "${REPOROOT}"
# Test phases:
run_test_phase "${REPOROOT}/qa/zcash/ensure-no-dot-so-in-depends.py"
run_test_phase "${REPOROOT}/src/zerocash/merkleTest"
run_test_phase "${REPOROOT}/src/zerocash/utilTest"
# If make check fails, show test-suite.log as part of our run_test_phase
# output (and fail the phase with false):

Loading…
Cancel
Save