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 491a0ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions circuits/cpp/barretenberg/cpp/scripts/run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ 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; \
cmake --build . --parallel --target grumpkin_srs_gen
./bin/grumpkin_srs_gen 8192; \
echo "Finished generating Grumpkin SRS"; \
for BIN in $TESTS; do ./bin/\$BIN $@; done"

0 comments on commit 491a0ab

Please sign in to comment.