Re: [PATCH kmod] testsuite: add tests for weak dependencies

2024-07-09 Thread Jose Ignacio Tornos Martinez
Hello, >>Seems like this commit has regressed make distcheck on my end. Namely >>I'm running the following commands: >> >>git clone ... >>cd kmod >>git clean -fxd >>./autogen.sh c >>make distcheck >> >>Result in: >> >>... >>make[5]: *** No rule to make target >>'.../kmod-32/_build/sub/testsuite/m

Re: [PATCH kmod] testsuite: add tests for weak dependencies

2024-07-08 Thread Lucas De Marchi
On Mon, Jul 08, 2024 at 03:58:03PM GMT, Emil Velikov wrote: Hello Jose, On 2024/05/30, Jose Ignacio Tornos Martinez wrote: 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) d

Re: [PATCH kmod] testsuite: add tests for weak dependencies

2024-07-08 Thread Emil Velikov
Hello Jose, On 2024/05/30, Jose Ignacio Tornos Martinez wrote: > 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 c

Re: [PATCH kmod] testsuite: add tests for weak dependencies

2024-06-14 Thread Lucas De Marchi
On Thu, May 30, 2024 at 09:08:27AM GMT, Jose Ignacio Tornos Martinez wrote: 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 t

[PATCH kmod] testsuite: add tests for weak dependencies

2024-05-30 Thread Jose Ignacio Tornos Martinez
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 rel