Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ aztec-nr: noir bb-cpp-native
noir-projects-txe-tests:
$(call test,$@,noir-projects/aztec-nr)
$(call test,$@,noir-projects/noir-contracts)
$(call test,$@,noir-projects/noir-contracts-comp-failures)

# Noir Projects - Aggregate target (builds all sub-projects)
noir-projects: noir-protocol-circuits mock-protocol-circuits noir-contracts aztec-nr
Expand Down
4 changes: 3 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"cimg",
"ciphertext",
"ciphertexts",
"clippy",
"clonedeep",
"clonedeepwith",
"cmd",
Expand Down Expand Up @@ -171,6 +172,7 @@
"includable",
"incrementation",
"indexeddb",
"INSTA",
"interruptible",
"IPFS",
"isequal",
Expand Down Expand Up @@ -367,8 +369,8 @@
"unfinalized",
"uniquified",
"uniquify",
"unlinkability",
"unkonstrained",
"unlinkability",
"unnullify",
"unpadded",
"unprefixed",
Expand Down
2 changes: 1 addition & 1 deletion noir-projects/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function build {
}

function test_cmds {
parallel -k ./{}/bootstrap.sh test_cmds ::: noir-protocol-circuits noir-contracts aztec-nr noir-contracts-comp-failures
parallel -k ./{}/bootstrap.sh test_cmds ::: noir-protocol-circuits noir-contracts aztec-nr contract-snapshots
}

function test {
Expand Down
1 change: 1 addition & 0 deletions noir-projects/contract-snapshots/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/**/target/
Loading
Loading