mirror of
https://github.com/opnsense/src.git
synced 2026-02-09 22:06:55 -05:00
10 lines
160 B
Makefile
10 lines
160 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/examples
|
|
|
|
ATF_TESTS_PYTEST += test_examples.py
|
|
ATF_TESTS_PYTEST += test_ktest_example.py
|
|
|
|
.include <bsd.test.mk>
|
|
|