summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8f493b56..2897cdcc 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,8 @@ tox: _testenv
run:
make _run TESTENV_CMD="python -m kvmd.apps.kvmd"
+run-cleanup:
+ make _run TESTENV_CMD="python -m kvmd.apps.cleanup"
run-no-cache:
make _run TESTENV_CMD="python -m kvmd.apps.kvmd" TESTENV_OPTS=--no-cache