mirror of
https://github.com/dynup/kpatch
synced 2025-04-21 22:45:20 +00:00
test: add make targets
This commit is contained in:
parent
c7d3c5d86c
commit
707afe238c
@ -1,2 +1,11 @@
|
|||||||
|
all:
|
||||||
|
./kpatch-test
|
||||||
|
|
||||||
|
# Just reuse any already-built modules for the tests. This isn't a
|
||||||
|
# reliable way to run tests if the code has changed, but it comes in
|
||||||
|
# handy when creating new tests.
|
||||||
|
quick:
|
||||||
|
./kpatch-test -s
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.ko *.log
|
rm -f *.ko *.log
|
||||||
|
Loading…
Reference in New Issue
Block a user