1# Copyright © 2020 Arm Ltd and Contributors. All rights reserved. 2# SPDX-License-Identifier: MIT 3 4[pytest] 5addopts = --strict-markers 6markers = 7 CpuRefTest: marks tests that require the CpuRef backend 8 CpuAccTest: marks tests that require the CpuAcc backend 9 GpuAccTest: marks tests that require the GpuAcc backend