]> Git Repo - J-u-boot.git/blob - include/test/optee.h
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / include / test / optee.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2019, Theobroma Systems Design und Consulting GmbH
4  */
5
6 #ifndef __TEST_OPTEE_H__
7 #define __TEST_OPTEE_H__
8
9 #include <test/test.h>
10
11 /* Declare a new environment test */
12 #define OPTEE_TEST(_name, _flags)       UNIT_TEST(_name, _flags, optee)
13
14 #endif /* __TEST_OPTEE_H__ */
This page took 0.025363 seconds and 4 git commands to generate.