Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile | D | 04-Jul-2025 | 535 | 36 | 21 | |
README | D | 04-Jul-2025 | 402 | 19 | 14 | |
meson.build | D | 04-Jul-2025 | 340 | 18 | 14 | |
trace-utest.c | D | 04-Jul-2025 | 1.6 KiB | 85 | 68 | |
trace-utest.h | D | 04-Jul-2025 | 232 | 12 | 4 | |
tracefs-utest.c | D | 04-Jul-2025 | 95.7 KiB | 3,692 | 2,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