kpatch/test/integration/Makefile
Josh Poimboeuf d7f209f838 test: add much quicker combined test option
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.
2014-05-27 09:40:24 -05:00

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