mirror of
https://github.com/dynup/kpatch
synced 2024-12-12 00:14:35 +00:00
d7f209f838
Combine all the patch modules into a single kpatch-COMBINED.ko for a much quicker test which still gives 95% or so of the coverage compared to the full test suite. Use "make quick" for use this new option.
12 lines
137 B
Makefile
12 lines
137 B
Makefile
all: clean
|
|
./kpatch-test
|
|
|
|
quick: clean
|
|
./kpatch-test --quick
|
|
|
|
cached:
|
|
./kpatch-test --cached
|
|
|
|
clean:
|
|
rm -f *.ko *.log COMBINED.patch
|