From d57a569a3a5d32ff5b19feca57fae3584dc928c0 Mon Sep 17 00:00:00 2001 From: rpaulo Date: Fri, 25 Oct 2013 05:25:19 +0000 Subject: Set up the /usr/tests hierarchy. Populate /usr/tests with the only test programs that currently live in the tree (those in lib/libcrypt/tests/) and add all the build machinery to accompany this change. In particular: - Add a WITHOUT_TESTS variable that users can define to request that no tests be put in /usr/tests. - Add a top-level Kyuafile for /usr/tests and a way to create similar Kyuafiles in top-level subdirectories. - Add a BSD.tests.dist file to define the directory layout of /usr/tests. Submitted by: Julio Merino jmmv google.com Reviewed by: sjg MFC after: 2 weeks --- tests/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/Makefile (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile new file mode 100644 index 0000000..1e25954 --- /dev/null +++ b/tests/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +.include + +TESTS_SUBDIRS= lib + +TESTSDIR= ${TESTSBASE} + +KYUAFILE= yes + +.include -- cgit v1.1