all: clean
	./kpatch-test

quick: clean
	./kpatch-test --quick

cached:
	./kpatch-test --cached

clean:
	rm -f *.ko *.log COMBINED.patch
