Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile | H A D | 25-Apr-2025 | 751 | 42 | 25 | |
README | H A D | 25-Apr-2025 | 373 | 16 | 12 | |
trace-utest.c | H A D | 25-Apr-2025 | 1.6 KiB | 84 | 67 | |
trace-utest.h | H A D | 25-Apr-2025 | 232 | 12 | 4 | |
tracefs-utest.c | H A D | 25-Apr-2025 | 14.7 KiB | 631 | 524 |
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