Skip to content

Commit

Permalink
chore: update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
petscheit committed Apr 29, 2024
1 parent 6ccf957 commit b479cb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/make/launch_cairo_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ def test(self):
"""Run all tests."""
tests_files = get_files_from_folders(["tests/cairo_programs"], ".cairo")
for test_file in tests_files:
if test_file != "tests/cairo_programs/mpt_verify.cairo":
continue
self.filename_dot_cairo_path = test_file
self.filename_dot_cairo = os.path.basename(test_file)
self.filename = self.filename_dot_cairo.removesuffix(".cairo")
Expand Down

0 comments on commit b479cb6

Please sign in to comment.