Browse Source

Perform zerocash tests as part of full-test-suite, in preparation for removal of zerocash waterfall.

pull/145/head
Sean Bowe 8 years ago
parent
commit
956dcdde80
  1. 3
      qa/zcash/full-test-suite.sh

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

@ -39,6 +39,9 @@ run_test_phase make check '||' \
false ';' \
'}'
run_test_phase "${REPOROOT}/src/zerocash/tests/zerocashTest"
run_test_phase "${REPOROOT}/src/zerocash/tests/test_zerocash_pour_ppzksnark"
exit $SUITE_EXIT_STATUS

Loading…
Cancel
Save