xref: /aosp_15_r20/external/armnn/delegate/python/test/pytest.ini (revision 89c4ff92f2867872bb9e2354d150bf0c8c502810)
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