Skip to content

Commit 5a53bc1

Browse files
committed
test: run pytest tests with make check
1 parent ce95fe4 commit 5a53bc1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/t/Makefile.am

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,5 +671,10 @@ EXTRA_DIST = \
671671

672672
all:
673673

674+
PYTEST = pytest
675+
676+
check-local:
677+
$(PYTEST) $(PYTESTFLAGS) $(srcdir)
678+
674679
clean-local:
675680
$(RM) -R __pycache__

0 commit comments

Comments
 (0)