Add merkleTest and utilTest to test suite.

This commit is contained in:
Sean Bowe 2016-02-17 13:35:40 -07:00
parent 6e96cf089b
commit 0b43e787e0
1 changed files with 2 additions and 0 deletions

View File

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