]> git.sur5r.net Git - u-boot/blob - include/test/compression.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / include / test / compression.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (c) 2017 Google, Inc
4  * Written by Simon Glass <sjg@chromium.org>
5  */
6
7 #ifndef __TEST_COMPRESSION_H__
8 #define __TEST_COMPRESSION_H__
9
10 #include <test/test.h>
11
12 /* Declare a new compression test */
13 #define COMPRESSION_TEST(_name, _flags) \
14                 UNIT_TEST(_name, _flags, compression_test)
15
16 #endif /* __TEST_ENV_H__ */