# Copyright 2018 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # DO NOT EDIT -- GENERATED BY CMake -- Change the CMakeLists.txt file if needed """Automatically generated source lists for bigtable_client_testing - DO NOT EDIT.""" bigtable_client_testing_hdrs = [ "testing/embedded_server_test_fixture.h", "testing/inprocess_admin_client.h", "testing/inprocess_data_client.h", "testing/mock_admin_client.h", "testing/mock_async_failing_rpc_factory.h", "testing/mock_data_client.h", "testing/mock_instance_admin_client.h", "testing/mock_mutate_rows_reader.h", "testing/mock_read_rows_reader.h", "testing/mock_response_reader.h", "testing/mock_sample_row_keys_reader.h", "testing/table_integration_test.h", "testing/table_test_fixture.h", ] bigtable_client_testing_srcs = [ "testing/embedded_server_test_fixture.cc", "testing/inprocess_admin_client.cc", "testing/inprocess_data_client.cc", "testing/table_integration_test.cc", "testing/table_test_fixture.cc", ]