opnsense-src/tests/examples/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
172 B
Makefile
Raw Normal View History

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