• Home
Name Date Size #Lines LOC

..--

MakefileD04-Jul-20251.2 KiB5939

READMED04-Jul-2025373 1612

meson.buildD04-Jul-2025508 2723

trace-utest.cD04-Jul-20251.8 KiB9475

trace-utest.hD04-Jul-2025307 177

tracecmd-utest.cD04-Jul-202513.3 KiB660515

README

1
2Unit tests for trace-cmd libraries. The tests use CUnit framework:
3 http://cunit.sourceforge.net/
4which must be pre installed on the system, before building the unit tests.
5The framework can be downloaded, compiled and installed manually, or
6using a precompiled distro package:
7
8 Fedora:
9	 CUnit
10	 CUnit-devel
11
12 Ubuntu and Debian:
13	libcunit1
14	libcunit1-doc
15	libcunit1-dev
16