Name Date Size #Lines LOC

..--

.gitignoreH A D25-Apr-202512 21

MakefileH A D25-Apr-2025741 3924

READMEH A D25-Apr-2025377 1812

meson.buildH A D25-Apr-2025297 1713

trace-utest.cH A D25-Apr-20251.9 KiB9070

trace-utest.hH A D25-Apr-2025354 154

traceevent-utest.cH A D25-Apr-202513.7 KiB433361

README

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