mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
This adds a metadata variable, require.kmods, and corresponding functions or methods in C, C++, and shell, which allow a test to specify that it requires particular kernel modules to run. If the kernel modules are not present, the test is skipped. One might want to consider a kyua option which makes it attempt to load the modules instead. Differential Revision: https://reviews.freebsd.org/D47470 (cherry picked from commit 83a1ee578c9d1ab7013e997289c7cd470c0e6902) |
||
|---|---|---|
| .. | ||
| detail | ||
| atf-c++.3 | ||
| atf_c++_test.cpp | ||
| build.cpp | ||
| build.hpp | ||
| build_test.cpp | ||
| check.cpp | ||
| check.hpp | ||
| check_test.cpp | ||
| Kyuafile | ||
| macros.hpp | ||
| macros_hpp_test.cpp | ||
| macros_test.cpp | ||
| pkg_config_test.sh | ||
| tests.cpp | ||
| tests.hpp | ||
| tests_test.cpp | ||
| unused_test.cpp | ||
| utils.cpp | ||
| utils.hpp | ||
| utils_test.cpp | ||