mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 11:15:50 +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)
|
if(NOT OPEN_FOR_IDE)
|
||||||
# flow bindings currently doesn't support that
|
# flow bindings currently doesn't support that
|
||||||
|
add_subdirectory(c)
|
||||||
add_subdirectory(flow)
|
add_subdirectory(flow)
|
||||||
endif()
|
endif()
|
||||||
add_subdirectory(python)
|
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/separate_not_enough_servers.txt)
|
||||||
add_fdb_test(TEST_FILES status/single_process_too_many_config_params.txt)
|
add_fdb_test(TEST_FILES status/single_process_too_many_config_params.txt)
|
||||||
|
|
||||||
add_test(
|
if(NOT OPEN_FOR_IDE)
|
||||||
NAME multiversion_client/unit_tests
|
add_test(
|
||||||
COMMAND $<TARGET_FILE:fdbserver> -r unittests -f /fdbclient/multiversionclient/
|
NAME multiversion_client/unit_tests
|
||||||
)
|
COMMAND $<TARGET_FILE:fdbserver> -r unittests -f /fdbclient/multiversionclient/
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
verify_testing()
|
verify_testing()
|
||||||
if (NOT OPEN_FOR_IDE AND NOT WIN32)
|
if (NOT OPEN_FOR_IDE AND NOT WIN32)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user