Skip to content

Commit

Permalink
add grumpkin generation to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maramihali committed Jul 28, 2023
1 parent 6abccd7 commit 443ccb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circuits/cpp/barretenberg/cpp/scripts/run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ docker run --rm -t $IMAGE_URI /bin/sh -c "\
cd /usr/src/barretenberg/cpp/srs_db; \
./download_ignition.sh $NUM_TRANSCRIPTS; \
cd /usr/src/barretenberg/cpp/build; \
./bin/grumpkin_srs_gen 1048576; \
for BIN in $TESTS; do ./bin/\$BIN $@; done"

0 comments on commit 443ccb9

Please sign in to comment.