github.com/dmaizel/tests@v0.0.0-20210728163746-cae6a2d9cee8/arch/aarch64-options.mk (about) 1 # 2 # Copyright (c) 2018 ARM Limited 3 # 4 # SPDX-License-Identifier: Apache-2.0 5 6 # configuration file 7 CONFIG := .ci/aarch64/configuration_aarch64.yaml 8 9 # union for 'make test' 10 UNION := $(shell bash -c '.ci/filter/filter_test_union.sh $(CONFIG)') 11 12 # skiped test suites for docker integration tests 13 SKIP := $(shell bash -c '.ci/filter/filter_docker_test.sh $(CONFIG)')