Skip to content

Commit 2cf52f3

Browse files
committed
add a convenience target in Makefile for running the smokevirt test
1 parent 50e9a0a commit 2cf52f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
test:
33
pytest -m unit
44

5+
# only run the smoke tests against the virtual device
6+
virt:
7+
pytest -m smokevirt
8+
59
# local install
610
install:
711
pip install .

0 commit comments

Comments
 (0)