2015-04-11 07:44:37 +08:00
|
|
|
/* util-test-common.h - misc utilities for tests */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Copyright (c) 2014 Wind River Systems, Inc.
|
|
|
|
*
|
2017-01-19 09:01:01 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2015-04-11 07:44:37 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
DESCRIPTION
|
|
|
|
|
|
|
|
Common utility-type macros for use in the sample projects.
|
2015-07-02 05:22:39 +08:00
|
|
|
*/
|
2015-04-11 07:44:37 +08:00
|
|
|
|
|
|
|
#ifndef _UTIL_TEST_COMMON__H_
|
|
|
|
#define _UTIL_TEST_COMMON__H_
|
|
|
|
|
2015-08-21 03:59:19 +08:00
|
|
|
/* nothing currently */
|
2015-04-11 07:44:37 +08:00
|
|
|
|
|
|
|
#endif /* _UTIL_TEST_COMMON__H_ */
|