From 2cf52f3df6d67f2b5b713dabaac80d0c748e991c Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Tue, 11 Jan 2022 18:50:18 +0000 Subject: [PATCH] add a convenience target in Makefile for running the smokevirt test --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index a0c4281..2688ea1 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,10 @@ test: pytest -m unit +# only run the smoke tests against the virtual device +virt: + pytest -m smokevirt + # local install install: pip install .