From 13b355e6701aa469ff37d5e9306633d13921e9cc Mon Sep 17 00:00:00 2001 From: codygunton Date: Thu, 2 Nov 2023 18:08:40 +0000 Subject: [PATCH] Run sumcheck tests via bb-tests. --- barretenberg/cpp/scripts/bb-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/barretenberg/cpp/scripts/bb-tests.sh b/barretenberg/cpp/scripts/bb-tests.sh index cfcdb2a944bd..2d4299ffefa9 100755 --- a/barretenberg/cpp/scripts/bb-tests.sh +++ b/barretenberg/cpp/scripts/bb-tests.sh @@ -28,6 +28,7 @@ TESTS=( join_split_example_proofs_inner_proof_data_tests join_split_example_proofs_notes_tests srs_tests + sumcheck_tests transcript_tests dsl_tests )