Skip to content

Commit 6295b7e

Browse files
committed
Disable DLM tests on windows
1 parent 8394276 commit 6295b7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: interpreter/CppInterOp/unittests/CppInterOp/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ export_executable_symbols(CppInterOpTests)
3131

3232
unset(LLVM_LINK_COMPONENTS)
3333

34+
# disable DLM tests for windows
35+
if(NOT WIN32)
3436
add_cppinterop_unittest(DynamicLibraryManagerTests DynamicLibraryManagerTest.cpp)
3537
target_link_libraries(DynamicLibraryManagerTests
3638
PRIVATE
@@ -42,3 +44,4 @@ set_output_directory(DynamicLibraryManagerTests BINARY_DIR ${CMAKE_CURRENT_BINAR
4244
add_dependencies(DynamicLibraryManagerTests TestSharedLib)
4345
#export_executable_symbols_for_plugins(TestSharedLib)
4446
add_subdirectory(TestSharedLib)
47+
if(NOT WIN32)

0 commit comments

Comments
 (0)