xref: /aosp_15_r20/external/libtraceevent/utest/README (revision 436bf2bcd5202612ffffe471bbcc1f277cc8d28e)
1
2Unit tests for libtraceevent library. The tests use CUnit framework:
3
4 http://cunit.sourceforge.net/
5
6which must be pre installed on the system, before building the unit tests.
7The framework can be downloaded, compiled and installed manually, or
8using a precompiled distro package:
9
10 Fedora:
11	 CUnit
12	 CUnit-devel
13
14 Ubuntu and Debian:
15	libcunit1
16	libcunit1-doc
17	libcunit1-dev
18