File tree 15 files changed +165
-15
lines changed
analytics/integration_test
app_check/integration_test
database/integration_test
dynamic_links/integration_test
integration_test_internal
functions/integration_test
installations/integration_test
messaging/integration_test
remote_config/integration_test
15 files changed +165
-15
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
42
42
if (NOT ANDROID)
43
43
if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
44
44
# If this is running from inside the SDK directory, run the setup script.
45
- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45
+ execute_process (
46
+ COMMAND
47
+ ${FIREBASE_PYTHON_EXECUTABLE}
48
+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49
+ "${CMAKE_CURRENT_LIST_DIR} "
50
+ RESULT_VARIABLE
51
+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52
+ )
53
+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54
+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55
+ endif ()
46
56
endif ()
47
57
endif ()
48
58
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
42
42
if (NOT ANDROID)
43
43
if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
44
44
# If this is running from inside the SDK directory, run the setup script.
45
- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45
+ execute_process (
46
+ COMMAND
47
+ ${FIREBASE_PYTHON_EXECUTABLE}
48
+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49
+ "${CMAKE_CURRENT_LIST_DIR} "
50
+ RESULT_VARIABLE
51
+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52
+ )
53
+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54
+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55
+ endif ()
46
56
endif ()
47
57
endif ()
48
58
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
42
42
if (NOT ANDROID)
43
43
if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
44
44
# If this is running from inside the SDK directory, run the setup script.
45
- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45
+ execute_process (
46
+ COMMAND
47
+ ${FIREBASE_PYTHON_EXECUTABLE}
48
+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49
+ "${CMAKE_CURRENT_LIST_DIR} "
50
+ RESULT_VARIABLE
51
+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52
+ )
53
+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54
+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55
+ endif ()
46
56
endif ()
47
57
endif ()
48
58
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
42
42
if (NOT ANDROID)
43
43
if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
44
44
# If this is running from inside the SDK directory, run the setup script.
45
- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45
+ execute_process (
46
+ COMMAND
47
+ ${FIREBASE_PYTHON_EXECUTABLE}
48
+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49
+ "${CMAKE_CURRENT_LIST_DIR} "
50
+ RESULT_VARIABLE
51
+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52
+ )
53
+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54
+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55
+ endif ()
46
56
endif ()
47
57
endif ()
48
58
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
42
42
if (NOT ANDROID)
43
43
if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
44
44
# If this is running from inside the SDK directory, run the setup script.
45
- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45
+ execute_process (
46
+ COMMAND
47
+ ${FIREBASE_PYTHON_EXECUTABLE}
48
+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49
+ "${CMAKE_CURRENT_LIST_DIR} "
50
+ RESULT_VARIABLE
51
+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52
+ )
53
+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54
+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55
+ endif ()
46
56
endif ()
47
57
endif ()
48
58
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
42
42
if (NOT ANDROID)
43
43
if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
44
44
# If this is running from inside the SDK directory, run the setup script.
45
- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45
+ execute_process (
46
+ COMMAND
47
+ ${FIREBASE_PYTHON_EXECUTABLE}
48
+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49
+ "${CMAKE_CURRENT_LIST_DIR} "
50
+ RESULT_VARIABLE
51
+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52
+ )
53
+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54
+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55
+ endif ()
46
56
endif ()
47
57
endif ()
48
58
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
42
42
if (NOT ANDROID)
43
43
if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
44
44
# If this is running from inside the SDK directory, run the setup script.
45
- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45
+ execute_process (
46
+ COMMAND
47
+ ${FIREBASE_PYTHON_EXECUTABLE}
48
+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49
+ "${CMAKE_CURRENT_LIST_DIR} "
50
+ RESULT_VARIABLE
51
+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52
+ )
53
+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54
+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55
+ endif ()
46
56
endif ()
47
57
endif ()
48
58
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
42
42
if (NOT ANDROID)
43
43
if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
44
44
# If this is running from inside the SDK directory, run the setup script.
45
- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45
+ execute_process (
46
+ COMMAND
47
+ ${FIREBASE_PYTHON_EXECUTABLE}
48
+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49
+ "${CMAKE_CURRENT_LIST_DIR} "
50
+ RESULT_VARIABLE
51
+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52
+ )
53
+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54
+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55
+ endif ()
46
56
endif ()
47
57
endif ()
48
58
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
42
42
if (NOT ANDROID)
43
43
if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
44
44
# If this is running from inside the SDK directory, run the setup script.
45
- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45
+ execute_process (
46
+ COMMAND
47
+ ${FIREBASE_PYTHON_EXECUTABLE}
48
+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49
+ "${CMAKE_CURRENT_LIST_DIR} "
50
+ RESULT_VARIABLE
51
+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52
+ )
53
+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54
+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55
+ endif ()
46
56
endif ()
47
57
endif ()
48
58
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
42
42
if (NOT ANDROID)
43
43
if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
44
44
# If this is running from inside the SDK directory, run the setup script.
45
- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45
+ execute_process (
46
+ COMMAND
47
+ ${FIREBASE_PYTHON_EXECUTABLE}
48
+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49
+ "${CMAKE_CURRENT_LIST_DIR} "
50
+ RESULT_VARIABLE
51
+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52
+ )
53
+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54
+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55
+ endif ()
46
56
endif ()
47
57
endif ()
48
58
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
42
42
if (NOT ANDROID)
43
43
if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
44
44
# If this is running from inside the SDK directory, run the setup script.
45
- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45
+ execute_process (
46
+ COMMAND
47
+ ${FIREBASE_PYTHON_EXECUTABLE}
48
+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49
+ "${CMAKE_CURRENT_LIST_DIR} "
50
+ RESULT_VARIABLE
51
+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52
+ )
53
+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54
+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55
+ endif ()
46
56
endif ()
47
57
endif ()
48
58
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
42
42
if (NOT ANDROID)
43
43
if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
44
44
# If this is running from inside the SDK directory, run the setup script.
45
- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45
+ execute_process (
46
+ COMMAND
47
+ ${FIREBASE_PYTHON_EXECUTABLE}
48
+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49
+ "${CMAKE_CURRENT_LIST_DIR} "
50
+ RESULT_VARIABLE
51
+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52
+ )
53
+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54
+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55
+ endif ()
46
56
endif ()
47
57
endif ()
48
58
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
42
42
if (NOT ANDROID)
43
43
if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
44
44
# If this is running from inside the SDK directory, run the setup script.
45
- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45
+ execute_process (
46
+ COMMAND
47
+ ${FIREBASE_PYTHON_EXECUTABLE}
48
+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49
+ "${CMAKE_CURRENT_LIST_DIR} "
50
+ RESULT_VARIABLE
51
+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52
+ )
53
+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54
+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55
+ endif ()
46
56
endif ()
47
57
endif ()
48
58
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
42
42
if (NOT ANDROID)
43
43
if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
44
44
# If this is running from inside the SDK directory, run the setup script.
45
- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45
+ execute_process (
46
+ COMMAND
47
+ ${FIREBASE_PYTHON_EXECUTABLE}
48
+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49
+ "${CMAKE_CURRENT_LIST_DIR} "
50
+ RESULT_VARIABLE
51
+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52
+ )
53
+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54
+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55
+ endif ()
46
56
endif ()
47
57
endif ()
48
58
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
42
42
if (NOT ANDROID)
43
43
if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
44
44
# If this is running from inside the SDK directory, run the setup script.
45
- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45
+ execute_process (
46
+ COMMAND
47
+ ${FIREBASE_PYTHON_EXECUTABLE}
48
+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49
+ "${CMAKE_CURRENT_LIST_DIR} "
50
+ RESULT_VARIABLE
51
+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52
+ )
53
+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54
+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55
+ endif ()
46
56
endif ()
47
57
endif ()
48
58
You can’t perform that action at this time.
0 commit comments