Skip to content

Commit

Permalink
temporarily disable MSVC for thorin C tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugobros3 committed Jul 2, 2024
1 parent 16d5493 commit ab4214c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/thorin/oracle.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ endif()
execute_process(COMMAND ${COMPILER} ${SRC} -O1 ${OPTIONAL_EMIT_C} ${OPTIONAL_EMIT_LLVM} ${OPTIONAL_EMIT_SPIRV} ${TARGS} COMMAND_ERROR_IS_FATAL ANY COMMAND_ECHO STDOUT)
message("Ran thorin on :${SRC}")

if (C)
if (C AND NOT MSVC)
execute_process(COMMAND ${C_COMPILER} ${DST}/${T}.c -c COMMAND_ERROR_IS_FATAL ANY COMMAND_ECHO STDOUT)
message("Validated C output for ${T}")
endif()
Expand Down

0 comments on commit ab4214c

Please sign in to comment.