Merge tag 'u-boot-rockchip-20191118' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/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_test)
13
14 #endif /* __TEST_OPTEE_H__ */