summaryrefslogtreecommitdiff
path: root/tests/examples/Makefile
blob: 869fae2e963b3533cf65f1d29567931db9b92d73 (plain)
1
2
3
4
5
6
7
8
9
PACKAGE=	tests

TESTSDIR=       ${TESTSBASE}/examples

ATF_TESTS_PYTEST +=	test_examples.py
ATF_TESTS_PYTEST +=	test_ktest_example.py

.include <bsd.test.mk>