opnsense-src/tests/examples/Makefile
Alexander V. Chernikov 176e0427b2 testing: add python test examples
Simplify the adoption of python tests by proving some examples,
 utilising commonly-used patterns.

Differential Revision: https://reviews.freebsd.org/D37902
Reviewed by:	asomers
MFC after:	2 weeks

(cherry picked from commit 8161b823d7)
2023-01-23 22:09:04 +00:00

10 lines
130 B
Makefile

# $FreeBSD$
PACKAGE= tests
TESTSDIR= ${TESTSBASE}/examples
ATF_TESTS_PYTEST += test_examples.py
.include <bsd.test.mk>