]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/examples/tests/tests/Makefile
Import sqlite3 3.12.1
[FreeBSD/FreeBSD.git] / share / examples / tests / tests / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 PACKAGE=        tests
6 FILESGROUPS=    TESTS
7 TESTSPACKAGE=   ${PACKAGE}
8
9 # Directory into which the Kyuafile provided by this directory will be
10 # installed.
11 #
12 # This is always a subdirectory of ${TESTSBASE}/.  The remainder of the
13 # path has to match the relative path within the source tree in which
14 # these files are found modulo the tests/ component at the end.
15 #
16 # For example: if this Makefile were in src/bin/cp/tests/, its TESTSDIR
17 # would point at ${TESTSBASE}/bin/cp/.
18 TESTSDIR=       ${TESTSBASE}/share/examples/tests
19
20 # List of subdirectories into which we want to recurse during the build
21 # of the system.  We use TESTS_SUBDIRS instead of SUBDIR because we want
22 # the auto-generated Kyuafile to recurse into these directories.
23 TESTS_SUBDIRS=  atf plain
24
25 # We leave KYUAFILE unset so that bsd.test.mk auto-generates a Kyuafile
26 # for us based on the contents of the TESTS_SUBDIRS line above.  The
27 # generated file will tell the tests run-time engine to recurse into the
28 # directories listed above.
29 #KYUAFILE=      auto
30
31 .include <bsd.test.mk>