Skip to content

Commit ce9e7d5

Browse files
committed
Skip extension test as well
1 parent a2e01cc commit ce9e7d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/extension/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ if(NOT WIN32 AND NOT SUN)
2121
${PARAMETERS}
2222
../extension/loadable_extension_optimizer_demo.cpp)
2323

24+
if(${ENABLE_UNITTEST_CPP_TESTS})
2425
set(TEST_EXT_OBJECTS test_remote_optimizer.cpp)
2526

2627
add_library_unity(test_extensions OBJECT ${TEST_EXT_OBJECTS})
2728
set(ALL_OBJECT_FILES
2829
${ALL_OBJECT_FILES} $<TARGET_OBJECTS:test_extensions>
2930
PARENT_SCOPE)
31+
endif()
3032
endif()

0 commit comments

Comments
 (0)