]> Git Repo - VerusCoin.git/commitdiff
Perform zerocash tests as part of full-test-suite, in preparation for removal of...
authorSean Bowe <[email protected]>
Tue, 3 May 2016 12:49:15 +0000 (06:49 -0600)
committerSean Bowe <[email protected]>
Tue, 3 May 2016 12:49:15 +0000 (06:49 -0600)
qa/zcash/full-test-suite.sh

index 9c809d7fbd74a0727351b50ddf4a9eed408e9661..5a496f9f8609692007d51e10d82f44c9b39930ea 100755 (executable)
@@ -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
 
 
This page took 0.025072 seconds and 4 git commands to generate.