NetBSD/tests/share/Makefile
jmmv 8f212f1945 Move tests for examples from tests/examples to tests/share/examples.
This is to match the layout of the installed and source files more closely.
While doing this, honor the MKSHARE variable, as the files these tests
validate are only installed when MKSHARE=yes.
2013-02-16 12:44:25 +00:00

10 lines
162 B
Makefile

# $NetBSD: Makefile,v 1.2 2013/02/16 12:44:26 jmmv Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/share
TESTS_SUBDIRS= examples mk
.include <bsd.test.mk>