Skip to content

Commit

Permalink
Disable testing for the boot Python files
Browse files Browse the repository at this point in the history
  • Loading branch information
larshum committed Nov 14, 2023
1 parent 57f36df commit 1b19d43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-files.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ special_dependencies_files +=\
python_files += stdlib/python/python.mc
python_files += $(wildcard test/py/*.mc)

# NOTE(larshum, 2023-11-24): Disable the special-case Python files from testing
# at all due to problems in the MacOS workflow
src_files_all = $(filter-out $(python_files), $(src_files_all))

# Test programs for the JavaScript backend. These should be compiled with mi
# and runned with node.js, the result being compared to the original program
Expand Down

0 comments on commit 1b19d43

Please sign in to comment.