More 'tests' package fixes.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
9da80e9efe
commit
2aa00a6001
@ -2,6 +2,10 @@
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
|
||||
NETBSD_ATF_TESTS_C= execve_test
|
||||
|
||||
.include "../../Makefile.netbsd-tests"
|
||||
|
@ -2,6 +2,11 @@
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTS+= Kyuafile
|
||||
|
||||
TESTSDIR= ${TESTSBASE}/etc
|
||||
|
||||
.PATH: ${SRCTOP}/tests
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/etc/rc.d
|
||||
|
||||
ATF_TESTS_SH+= routing_test
|
||||
|
@ -2,6 +2,9 @@
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/sys
|
||||
|
||||
TESTS_SUBDIRS+= acl
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/sys/acl
|
||||
|
||||
BINDIR= ${TESTSDIR}
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/sys/aio
|
||||
|
||||
PLAIN_TESTS_C+= aio_kqueue_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/sys/fifo
|
||||
|
||||
PLAIN_TESTS_C+= fifo_create
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/sys/file
|
||||
|
||||
BINDIR= ${TESTSDIR}
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/sys/geom
|
||||
|
||||
TESTS_SUBDIRS+= class
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/sys/geom/class
|
||||
|
||||
TESTS_SUBDIRS+= concat
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSRC= ${SRCTOP}/contrib/netbsd-tests/kernel
|
||||
|
||||
TESTSDIR= ${TESTSBASE}/sys/kern
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/sys/kern/acct
|
||||
|
||||
ATF_TESTS_C= acct_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/sys/kern/execve
|
||||
|
||||
BINDIR= ${TESTSDIR}
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/sys/kern/pipe
|
||||
|
||||
PLAIN_TESTS_C+= big_pipe_test
|
||||
|
@ -6,6 +6,9 @@
|
||||
# libkqueue and test suite by Mark Heily <mark@heily.com>
|
||||
#
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TAP_TESTS_SH= kqueue_test
|
||||
|
||||
TESTSDIR= ${TESTSBASE}/sys/kqueue
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/sys/mac
|
||||
|
||||
TESTS_SUBDIRS+= bsdextended
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/sys/mac/bsdextended
|
||||
|
||||
TAP_TESTS_C+= ugidfw_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/sys/mac/portacl
|
||||
BINDIR= ${TESTSDIR}
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/sys/mqueue
|
||||
|
||||
ATF_TESTS_SH= mqueue_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/sys/netinet
|
||||
BINDIR= ${TESTSDIR}
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/sys/opencrypto
|
||||
BINDIR= ${TESTSDIR}
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
SUBDIR+= pjdfstest
|
||||
SUBDIR+= tests
|
||||
SUBDIR_PARALLEL=
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TOP= ${.CURDIR:H:H:H:H}
|
||||
|
||||
.PATH: ${TOP}/contrib/pjdfstest
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
PJDFSTEST_SRCDIR= ${SRCTOP}/contrib/pjdfstest
|
||||
|
||||
TESTSDIR= ${TESTSBASE}/sys/pjdfstest
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/sys/posixshm
|
||||
|
||||
ATF_TESTS_C+= posixshm_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/sys/vfs
|
||||
|
||||
PLAIN_TESTS_SH+= trailing_slash
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/sys/vm
|
||||
|
||||
ATF_TESTS_C+= mmap_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/archives/fmt_44bsd
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/archives/fmt_44bsd_mod
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/archives/fmt_oldbsd
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/basic/t0
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/basic/t1
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/basic/t2
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/basic/t3
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/ellipsis
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/empty
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/joberr
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/plus
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/shell/builtin
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/shell/meta
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/shell/path
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/shell/path_select
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/shell/replace
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/shell/select
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes/basic
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes/src_wild1
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes/src_wild2
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/syntax/directive-t0
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/syntax/enl
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/syntax/funny-targets
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/syntax/semi
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t0/2/1
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t0/2
|
||||
|
||||
TESTS_SUBDIRS= 1
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t0
|
||||
|
||||
TESTS_SUBDIRS= 2
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t0/mk
|
||||
|
||||
FILESDIR= ${TESTSDIR}
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t1/2/1
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t1/2
|
||||
|
||||
TESTS_SUBDIRS= 1
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t1
|
||||
|
||||
TESTS_SUBDIRS= 2
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t1/mk
|
||||
|
||||
FILESDIR= ${TESTSDIR}
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t2/2/1
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t2/2
|
||||
|
||||
TESTS_SUBDIRS= 1
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t2
|
||||
|
||||
TESTS_SUBDIRS= 2
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t2/mk
|
||||
|
||||
FILESDIR= ${TESTSDIR}
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/variables/modifier_M
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/variables/modifier_t
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/variables/opt_V
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= tests
|
||||
FILESGROUPS= TESTS
|
||||
TESTSPACKAGE= ${PACKAGE}
|
||||
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/variables/t0
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
|
Loading…
x
Reference in New Issue
Block a user