blob: ff5d514e4c70a47a8745cb0ebaafc97fba319b74 [file] [log] [blame]
# 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
#
# https://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.
group("all") {
testonly = true
deps = [
"//src:hafnium(//build/toolchain:aem_v8a_fvp_clang)",
"//src:hafnium(//build/toolchain:hikey_clang)",
"//src:hafnium(//build/toolchain:qemu_aarch64_clang)",
"//src:unit_tests(//build/toolchain:host_fake_clang)",
"//test/vm:vm_tests(//build/toolchain:qemu_aarch64_clang)",
]
# TODO: add a gcc-4.9 or above prebuilt to check the gcc build too?
}