]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite: compress modules if feature is enabled
authorLucas De Marchi <lucas.demarchi@intel.com>
Sat, 30 Jan 2021 02:28:38 +0000 (18:28 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Sat, 6 Feb 2021 03:52:00 +0000 (19:52 -0800)
commit1921c370c25cb4735105397c285ffa38a04b286b
tree8a931be4cc664176a327a6e608c47b77754eb306
parent3cee67ddd75114f9557ab7e13ef1751c277d9bd3
testsuite: compress modules if feature is enabled

Since the output needs to be the same, regardless if the module is
compressed, change populate-modules.sh to conditionally compress the
module if that feature is enabled.

This way we can execute the tests with any build-time configuration and
it should still pass.

Suggested-by: Michal Suchánek <msuchanek@suse.de>
Reviewed-by: Michal Suchánek <msuchanek@suse.de>
Tested-by: Michal Suchánek <msuchanek@suse.de>
Reviewed-by: Petr Vorel <pvorel@suse.cz>
Makefile.am
testsuite/populate-modules.sh
testsuite/test-depmod.c