mirror of
https://github.com/opnsense/src.git
synced 2026-05-13 17:50:39 -04:00
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)
10 lines
130 B
Makefile
10 lines
130 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/examples
|
|
|
|
ATF_TESTS_PYTEST += test_examples.py
|
|
|
|
.include <bsd.test.mk>
|
|
|