freebsd-skq/share/examples/tests/Makefile
jmmv 908cb17891 Add sample test programs.
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.
2013-12-29 12:30:06 +00:00

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>