blob: 25c0a77b8494676b5849c1da17ef6cb4e329058a [file]
load(":cc_binary_configured_target_tests.bzl", "cc_binary_configured_target_tests")
load(":cc_binary_thin_lto_tests.bzl", "cc_binary_thin_lto_tests")
load(":cc_common_test.bzl", "cc_common_tests")
load(":cc_fdo_env_test.bzl", "cc_fdo_env_tests")
load(":cc_import_configured_target_tests.bzl", "cc_import_configured_target_tests")
load(":cc_library_configured_target_tests.bzl", "cc_library_configured_target_tests")
load(":cc_objc_library_configured_target_tests.bzl", "cc_objc_library_configured_target_tests")
load(":debug_info_packaging_test.bzl", "debug_info_packaging_tests")
load(":link_build_variables_test.bzl", "link_build_variables_tests")
cc_binary_configured_target_tests(name = "cc_binary_configured_target_tests")
cc_binary_thin_lto_tests(name = "cc_binary_thin_lto_tests")
cc_common_tests(name = "cc_common_tests")
cc_import_configured_target_tests(name = "cc_import_configured_target_tests")
cc_library_configured_target_tests(name = "cc_library_configured_target_tests")
cc_objc_library_configured_target_tests(name = "cc_objc_library_configured_target_tests")
debug_info_packaging_tests(name = "debug_info_packaging_tests")
cc_fdo_env_tests(name = "cc_fdo_env_tests")
link_build_variables_tests(name = "link_build_variables_tests")