Name Date Size #Lines LOC

..--

MakefileH A D25-Apr-2025535 3621

READMEH A D25-Apr-2025402 1914

trace-utest.cH A D25-Apr-20251.6 KiB8467

trace-utest.hH A D25-Apr-2025232 124

tracefs-utest.cH A D25-Apr-202559.8 KiB2,3861,978

README

1
2Unit tests for tracefs library. 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
17 openSUSE and SLE:
18	cunit-devel
19