mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05: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
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>
|
|
|