mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-31 18:19:35 +08:00
Fix OPEN_FOR_IDE option for cmake
This commit is contained in:
parent
5ca3b671d1
commit
3d9619790d
@ -1,6 +1,6 @@
|
||||
add_subdirectory(c)
|
||||
if(NOT OPEN_FOR_IDE)
|
||||
# flow bindings currently doesn't support that
|
||||
add_subdirectory(c)
|
||||
add_subdirectory(flow)
|
||||
endif()
|
||||
add_subdirectory(python)
|
||||
|
@ -263,10 +263,12 @@ if(WITH_PYTHON)
|
||||
add_fdb_test(TEST_FILES status/separate_not_enough_servers.txt)
|
||||
add_fdb_test(TEST_FILES status/single_process_too_many_config_params.txt)
|
||||
|
||||
add_test(
|
||||
NAME multiversion_client/unit_tests
|
||||
COMMAND $<TARGET_FILE:fdbserver> -r unittests -f /fdbclient/multiversionclient/
|
||||
)
|
||||
if(NOT OPEN_FOR_IDE)
|
||||
add_test(
|
||||
NAME multiversion_client/unit_tests
|
||||
COMMAND $<TARGET_FILE:fdbserver> -r unittests -f /fdbclient/multiversionclient/
|
||||
)
|
||||
endif()
|
||||
|
||||
verify_testing()
|
||||
if (NOT OPEN_FOR_IDE AND NOT WIN32)
|
||||
|
Loading…
x
Reference in New Issue
Block a user