summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2013-11-08 14:29:06 +0000
committerJulio Merino <jmmv@FreeBSD.org>2013-11-08 14:29:06 +0000
commitcc21b86f50a0eb078c5d42c7ddffbc7ac6dae6e0 (patch)
tree201fabb8fb971756a725c0a9e23864b7ed66d5f4 /tests/Makefile
parent14de84e74a7ca7d691a2f1257a16d398423c118e (diff)
downloadsrc-test-cc21b86f50a0eb078c5d42c7ddffbc7ac6dae6e0.tar.gz
src-test-cc21b86f50a0eb078c5d42c7ddffbc7ac6dae6e0.zip
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)
Notes
Notes: svn path=/head/; revision=257852
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 1e2595470fdde..88386eb370096 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -2,10 +2,9 @@
.include <bsd.own.mk>
-TESTS_SUBDIRS= lib
+SUBDIR= # still empty
TESTSDIR= ${TESTSBASE}
-
KYUAFILE= yes
.include <bsd.test.mk>