Skip to content

Commit

Permalink
Don't use Intel compilers for C tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 28, 2024
1 parent 4c361f2 commit 236db7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ if build_tests
endif

# C tests
if build_tests
if build_tests and (fc.get_id() == 'gcc')

fortran_tests_folder = 'tests/C'

Expand Down

0 comments on commit 236db7b

Please sign in to comment.