Skip to content

Commit

Permalink
Revert "Disable test compiler tests on z/OS"
Browse files Browse the repository at this point in the history
This reverts commit eb3b237.
  • Loading branch information
fjeremic committed Mar 9, 2020
1 parent 7dc9546 commit 9677c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvtest/compilertest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ target_link_libraries(compilertest

set_property(TARGET compilertest PROPERTY FOLDER fvtest)

if (NOT OMR_HOST_OS STREQUAL "aix" AND NOT OMR_HOST_OS STREQUAL "zos")
if (NOT OMR_HOST_OS STREQUAL "aix")
add_test(NAME CompilerTest COMMAND compilertest --gtest_output=xml:${CMAKE_CURRENT_BINARY_DIR}/compilertest-results.xml)
endif()

0 comments on commit 9677c26

Please sign in to comment.