Auto merge of #905 - ebfull:test-suite-fixes, r=ebfull
Run `zcash-gtest` in `make check` and fix performance tests. * gtest tests weren't being run by make check * performance tests were broken * We need to automatically upload graphs of performance, [see this PR](https://github.com/Electric-Coin-Company/bbotzc/pull/15). * Moves zerocash tests into `zcash`'s full test suite, we're removing them anyway later and it'd be nice to remove them in the PR instead of from buildbot
This commit is contained in:
@@ -38,6 +38,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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user