summaryrefslogtreecommitdiffstats
path: root/lib/tests
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2013-11-08 14:29:06 +0000
committerjmmv <jmmv@FreeBSD.org>2013-11-08 14:29:06 +0000
commit39ac592d96a91fc379d17655201b826e2da0d2e5 (patch)
tree201fabb8fb971756a725c0a9e23864b7ed66d5f4 /lib/tests
parent86297e7ee9417b9f183807f352ce416273f5a93c (diff)
downloadFreeBSD-src-39ac592d96a91fc379d17655201b826e2da0d2e5.zip
FreeBSD-src-39ac592d96a91fc379d17655201b826e2da0d2e5.tar.gz
Install category Kyuafiles from their category directories.
Move the installation of /usr/tests/lib/Kyuafile from src/tests/lib/ to src/lib/. This is to keep the src/tests/ hierarchy unaware of the rest of the tree, which makes things clearer in general. In particular: 1) Everything related to the construction of /usr/tests/lib/ is kept in src/lib/. There is no need to think about different directories and how they relate to each other. (The same applies for libexec, usr.bin, etc. but these are not yet handled.) 2) src/tests becomes the place to keep cross-functional test programs and nothing else, which also helps in simplifying things. Reviewed by: freebsd-testing Approved by: rpaulo (mentor)
Diffstat (limited to 'lib/tests')
-rw-r--r--lib/tests/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/tests/Makefile b/lib/tests/Makefile
new file mode 100644
index 0000000..935fd70
--- /dev/null
+++ b/lib/tests/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/lib
+
+.PATH: ${.CURDIR:H:H}/tests
+KYUAFILE= yes
+
+.include <bsd.test.mk>
OpenPOWER on IntegriCloud