]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite: beef up module-playground in the build system
authorLucas De Marchi <lucas.demarchi@intel.com>
Tue, 3 Feb 2015 00:26:06 +0000 (22:26 -0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 3 Feb 2015 03:09:17 +0000 (01:09 -0200)
commit4002d77affb2cd16b12a1d2e58ba619a247b840c
treec0275e6d6e139c5860c98177c7f41251d4e0e40c
parent45f38e8c404770ca54a56caa01d0a8a4efca0377
testsuite: beef up module-playground in the build system

Instead of shipping pre-compiled module, this prepares the build system
to be able to compile the necessary modules from module-playground. This
preparations starts by replacing md5.ko with our own dummy
mod-simple.ko, built from source. It works by copying the modules to
their final location while preparing the rootfs.
Makefile.am
testsuite/module-playground/Makefile
testsuite/module-playground/mod-simple.c [new file with mode: 0644]
testsuite/module-playground/moduleA.c [deleted file]
testsuite/module-playground/moduleB.c [deleted file]
testsuite/module-playground/moduleC.c [deleted file]
testsuite/module-playground/printmodule.h [deleted file]
testsuite/populate-modules.sh [new file with mode: 0755]
testsuite/rootfs-pristine/test-depmod/search-order-simple/lib/modules/4.4.4/correct-modules.dep
testsuite/rootfs-pristine/test-depmod/search-order-simple/lib/modules/4.4.4/kernel/crypto/md5.ko [deleted file]
testsuite/rootfs-pristine/test-depmod/search-order-simple/lib/modules/4.4.4/updates/md5.ko [deleted file]