kmod/testsuite/.gitignore
Jose Ignacio Tornos Martinez d06712b514 testsuite: add tests for weak dependencies
The following tests to verify weak dependencies have been implemented:
1) modprobe test to check that related weakdep modules are not loaded
   due to being a weakdep.
2) depmod test to check weakdep output.
3) user test to check that configuration files with weakdep are parsed
   correctly and related weakdep modules can be read correctly from user
   applications.

Signed-off-by: Jose Ignacio Tornos Martinez <jtornosm@redhat.com>
Link: https://lore.kernel.org/r/20240530070836.9438-1-jtornosm@redhat.com
[ Minor whitespace issues and define MODULE_WEAKDEP if it's not defined
  already ]
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
2024-06-14 14:16:17 -05:00

58 lines
892 B
Plaintext

*.lo
*.la
*.so
/.dirstamp
/test-scratchbuf
/test-strbuf
/test-array
/test-util
/test-blacklist
/test-dependencies
/test-depmod
/test-init
/test-initstate
/test-loaded
/test-modinfo
/test-new-module
/test-testsuite
/test-modprobe
/test-hash
/test-list
/test-user
/rootfs
/stamp-rootfs
/test-scratchbuf.log
/test-scratchbuf.trs
/test-strbuf.log
/test-strbuf.trs
/test-array.log
/test-array.trs
/test-util.log
/test-util.trs
/test-blacklist.log
/test-blacklist.trs
/test-dependencies.log
/test-dependencies.trs
/test-depmod.log
/test-depmod.trs
/test-init.log
/test-init.trs
/test-initstate.log
/test-initstate.trs
/test-loaded.log
/test-loaded.trs
/test-modinfo.log
/test-modinfo.trs
/test-modprobe.log
/test-modprobe.trs
/test-hash.log
/test-hash.trs
/test-new-module.log
/test-new-module.trs
/test-testsuite.log
/test-testsuite.trs
/test-list.log
/test-list.trs
/test-user.log
/test-user.trs