mirror of
https://github.com/dynup/kpatch
synced 2025-04-01 22:48:08 +00:00
test: move tests to f22 directory
The integration tests are targeted for Fedora kernels, so move them to a new f22 directory. The README file specifies the exact kernel version they're targeted for.
This commit is contained in:
parent
a1db97bd7c
commit
8dc6a4dd3c
test/integration
f22
MakefileREADMEbug-table-section.patchcmdline-string-LOADED.testcmdline-string.patchdata-new-LOADED.testdata-new.patchdata-read-mostly.patchfixup-section.patchgcc-constprop.patchgcc-isra.patchgcc-mangled-3.patchgcc-static-local-var-2.patchgcc-static-local-var-3.patchgcc-static-local-var-4.patchgcc-static-local-var-4.testgcc-static-local-var-5.patchgcc-static-local-var.patchmacro-hooks-LOADED.testmacro-hooks.patchmacro-printk.patchmeminfo-cmdline-rebuild-SLOW-LOADED.testmeminfo-cmdline-rebuild-SLOW.patchmeminfo-init-FAIL.patchmeminfo-init2-FAIL.patchmeminfo-string-LOADED.testmeminfo-string.patchmodule-call-external.patchmodule-kvm-fixup.patchmodule-shadow.patchmultiple.testnew-function.patchnew-globals.patchparainstructions-section.patchreplace-section-references.patchreplace.testshadow-newpid-LOADED.testshadow-newpid.patchsmp-locks-section.patchspecial-static-2.patchspecial-static.patchtracepoints-section.patchwarn-detect-FAIL.patch
kpatch-test@ -1,11 +1,11 @@
|
||||
all: clean
|
||||
./kpatch-test
|
||||
../kpatch-test
|
||||
|
||||
quick: clean
|
||||
./kpatch-test --quick
|
||||
../kpatch-test --quick
|
||||
|
||||
cached:
|
||||
./kpatch-test --cached
|
||||
../kpatch-test --cached
|
||||
|
||||
clean:
|
||||
rm -f *.ko *.log COMBINED.patch
|
1
test/integration/f22/README
Normal file
1
test/integration/f22/README
Normal file
@ -0,0 +1 @@
|
||||
4.2.3-200.fc22.x86_64
|
@ -256,8 +256,6 @@ run_combined_test() {
|
||||
echo "clearing printk buffer"
|
||||
sudo dmesg -C
|
||||
|
||||
cd "$SCRIPTDIR"
|
||||
|
||||
if [[ $QUICK != 1 ]]; then
|
||||
for file in *.patch; do
|
||||
build_module $file
|
||||
|
Loading…
Reference in New Issue
Block a user