908cb17891
This is a MFC of the following into stable/10: - r258299 Add some sample test programs. - r258552 Generate plain sh test programs from a source file. As usual, "make tinderbox" clean on ref10-amd64.
13 lines
160 B
Makefile
13 lines
160 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/share/examples
|
|
|
|
SUBDIR= tests
|
|
|
|
KYUAFILE= yes
|
|
.PATH: ${.CURDIR:H:H:H}/tests
|
|
|
|
.include <bsd.test.mk>
|