Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardise location of test noir programs #3484

Closed
TomAFrench opened this issue Nov 14, 2023 · 0 comments
Closed

Standardise location of test noir programs #3484

TomAFrench opened this issue Nov 14, 2023 · 0 comments
Milestone

Comments

@TomAFrench
Copy link
Member

We currently have test programs spread out in various directories:

  • compiler/integration_tests/circuits
  • compiler/wasm/fixtures
  • tooling/nargo_cli/tests
  • tooling/noir_js/tests
  • tooling/noir_codegen/tests

Much of these are unnecessary and just result in duplication and potential annoying CI footguns where someone forgets to update a committed build artifact which results in a test passing/not passing appropriately.

We should move these up to a test_programs directory in the monorepo root which we can then have as a reusable source of test programs.

@github-project-automation github-project-automation bot moved this to 📋 Backlog in Noir Nov 14, 2023
@kevaundray kevaundray added this to the 1.0 milestone Jan 15, 2024
@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in Noir Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants