summaryrefslogtreecommitdiffstats
path: root/share/examples/tests/tests/plain/Makefile
blob: 309dbefbea58e5e63e74a36545bcb6e80f81a1b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $FreeBSD$

.include <bsd.own.mk>

# Directory into which the Kyuafile provided by this directory will be
# installed.
#
# This is always a subdirectory of ${TESTSBASE}/.  The remainder of the
# path has to match the relative path within the source tree in which
# these files are found modulo the tests/ component at the end.
#
# For example: if this Makefile were in src/bin/cp/tests/, its TESTSDIR
# would point at ${TESTSBASE}/bin/cp/.
TESTSDIR=	${TESTSBASE}/share/examples/tests/plain

# List of test programs to build.  Note that we can build more than one
# test from a single directory, and this is expected.
PLAIN_TESTS_C=	printf_test
PLAIN_TESTS_SH=	cp_test

# Tell bsd.test.mk that we are providing a hand-crafted Kyuafile in this
# directory.  We do so because the file in this directory exists for
# documentation purposes.
#
# In general, however, you should NOT define KYUAFILE at all to allow
# bsd.test.mk auto-generate one for you based on the PLAIN_TESTS_*
# definitions from above.
KYUAFILE=	yes

.include <plain.test.mk>
OpenPOWER on IntegriCloud