File tree Expand file tree Collapse file tree
google/cloud/timeseriesinsights Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,17 +18,3 @@ include(GoogleCloudCppLibrary)
1818
1919google_cloud_cpp_add_gapic_library (timeseriesinsights "Timeseries Insights API"
2020 SERVICE_DIRS "v1/" )
21-
22- if (BUILD_TESTING AND GOOGLE_CLOUD_CPP_ENABLE_CXX_EXCEPTIONS)
23- add_executable (timeseriesinsights_quickstart "quickstart/quickstart.cc" )
24- target_link_libraries (timeseriesinsights_quickstart
25- PRIVATE google-cloud-cpp::timeseriesinsights )
26- google_cloud_cpp_add_common_options (timeseriesinsights_quickstart )
27- add_test (
28- NAME timeseriesinsights_quickstart
29- COMMAND
30- cmake -P "${PROJECT_SOURCE_DIR } /cmake/quickstart-runner.cmake"
31- $<TARGET_FILE :timeseriesinsights_quickstart > GOOGLE_CLOUD_PROJECT )
32- set_tests_properties (timeseriesinsights_quickstart
33- PROPERTIES LABELS "integration-test;quickstart" )
34- endif ()
You can’t perform that action at this time.
0 commit comments