Skip to content

Commit

Permalink
test: add test for should_use_compilers rust
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Nov 25, 2024
1 parent 08b6c5d commit 564c6e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/lint_cases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,9 @@ tests:
- name: compiler_old_3
expect: should_use_compilers
add: { requirements: { build: ["llvm # [osx]"] } }
- name: compiler_old_4
expect: should_use_compilers
add: { requirements: { build: ["rust >=1.56"] } }
- name: compiler_in_host
expect: compilers_must_be_in_build
remove: build/noarch
Expand Down

0 comments on commit 564c6e6

Please sign in to comment.