diff options
Diffstat (limited to 'utest/trace-utest.h')
-rw-r--r-- | utest/trace-utest.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/utest/trace-utest.h b/utest/trace-utest.h new file mode 100644 index 0000000..2aa3455 --- /dev/null +++ b/utest/trace-utest.h @@ -0,0 +1,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_ */ |