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.
11 lines
133 B
Makefile
11 lines
133 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/share
|
|
|
|
.PATH: ${.CURDIR:H:H}/tests
|
|
KYUAFILE= yes
|
|
|
|
.include <bsd.test.mk>
|