• Home
Name Date Size #Lines LOC

..--

.gitignoreD04-Jul-202512 21

MakefileD04-Jul-2025741 3924

READMED04-Jul-2025377 1812

meson.buildD04-Jul-2025297 1713

trace-utest.cD04-Jul-20251.9 KiB9070

trace-utest.hD04-Jul-2025354 154

traceevent-utest.cD04-Jul-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