blob: 2aa3455e76962964a6a0403e38a4e80d927991c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* SPDX-License-Identifier: LGPL-2.1 */
/*
* Copyright (C) 2020, VMware, Tzvetomir Stoyanov <tz.stoyanov@gmail.com>
*
* Modified from libtracefs to libtraceevent:
* Copyright (C) 2021, VMware, Steven Rostedt <rostedt@goodmis.org>
*
*/
#ifndef _TRACE_UTEST_H_
#define _TRACE_UTEST_H_
void test_traceevent_lib(void);
#endif /* _TRACE_UTEST_H_ */
|