]> git.ipfire.org Git - thirdparty/kmod.git/history - testsuite/test-init.c
testsuite: Fix build with gcc < 15
[thirdparty/kmod.git] / testsuite / test-init.c
2025-06-16  Emil Velikovtestsuite: remove remaining exit/noreturn instances
2025-06-16  Emil Velikovtestsuite/test-init: plug memory leaks in success path
2025-06-11  Emil Velikovtestsuite/test-{init,remove}: don't use %m with kmod API
2025-06-11  Emil Velikovtestsuite: stop passing struct test to the test itself
2024-11-21  Emil Velikovtestsuite: remove need_spawn = false support
2024-11-21  Emil Velikovtestsuite/test-init: use distinct test names
2024-09-24  Emil Velikovtestsuite: mass convert with clang-format
2024-07-26  Lucas De MarchiUse SPDX header for license
2020-12-28  Lucas De Marchitestsuite: add test for empty modules.builtin.aliases.bin
2020-03-23  Lucas De Marchitestsuite: add check for kmod_load_resources
2015-02-03  Lucas De Marchitestsuite: convert test-init function to use mod-simple.ko
2015-01-14  Lucas De Marchitestsuite: test kmod_module_remove_module for failure
2015-01-02  Lucas De MarchiFix includes after change to build-sys
2014-12-26  Lucas De MarchiRemove FSF mailing address
2014-10-09  Lucas De Marchitestsuite: remove now unused array of tests
2014-10-09  Lucas De MarchiMove static keyword to DEFINE_TEST macro
2014-10-03  Lucas De MarchiReorder and reorganize header files
2014-03-05  Michal Marektestsuite: Check the list of loaded modules after a...
2013-12-17  Lucas De MarchiUse C11's noreturn
2013-01-16  Lucas De MarchiUpdate copyright notices
2012-07-10  Lucas De Marchitestsuite: re-license under LGPL
2012-06-05  Lucas De Marchitestsuite: separate insert and delete rootfs from modinfo
2012-02-08  Lucas De MarchiMark functions with attribute noreturn
2012-02-07  Lucas De Marchitestsuite: macronify test definitions
2012-02-07  Lucas De Marchitestsuite: macronify main function
2012-01-26  Lucas De Marchitestsuite: add GPL license
2012-01-26  Lucas De Marchitestsuite: trap calls to delete_module() including...
2012-01-26  Lucas De Marchitestsuite: add trap to init_module() including simple...
2012-01-26  Lucas De Marchitestsuite: test libkmod initialization