test: add make targets

This commit is contained in:
Josh Poimboeuf 2014-05-15 16:24:33 -05:00
parent c7d3c5d86c
commit 707afe238c
1 changed files with 9 additions and 0 deletions

View File

@ -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:
rm -f *.ko *.log