21 lines
351 B
C
21 lines
351 B
C
/* util-test-common.h - misc utilities for tests */
|
|
|
|
/*
|
|
* Copyright (c) 2014 Wind River Systems, Inc.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/*
|
|
DESCRIPTION
|
|
|
|
Common utility-type macros for use in the sample projects.
|
|
*/
|
|
|
|
#ifndef _UTIL_TEST_COMMON__H_
|
|
#define _UTIL_TEST_COMMON__H_
|
|
|
|
/* nothing currently */
|
|
|
|
#endif /* _UTIL_TEST_COMMON__H_ */
|