Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.gitignore | H A D | 25-Apr-2025 | 12 | 2 | 1 | |
Makefile | H A D | 25-Apr-2025 | 741 | 39 | 24 | |
README | H A D | 25-Apr-2025 | 377 | 18 | 12 | |
meson.build | H A D | 25-Apr-2025 | 297 | 17 | 13 | |
trace-utest.c | H A D | 25-Apr-2025 | 1.9 KiB | 90 | 70 | |
trace-utest.h | H A D | 25-Apr-2025 | 354 | 15 | 4 | |
traceevent-utest.c | H A D | 25-Apr-2025 | 13.7 KiB | 433 | 361 |
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