From 908cb17891aa83b8eea1a8b01d59548b58a36b44 Mon Sep 17 00:00:00 2001 From: jmmv Date: Sun, 29 Dec 2013 12:30:06 +0000 Subject: 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. --- share/tests/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 share/tests/Makefile (limited to 'share/tests/Makefile') diff --git a/share/tests/Makefile b/share/tests/Makefile new file mode 100644 index 0000000..2c63621 --- /dev/null +++ b/share/tests/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +.include + +TESTSDIR= ${TESTSBASE}/share + +.PATH: ${.CURDIR:H:H}/tests +KYUAFILE= yes + +.include -- cgit v1.1