mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Move tests into a single FreeBSD-tests package
This commit is contained in:
parent
9067d50812
commit
08796a78ee
2 changed files with 14 additions and 0 deletions
13
release/packages/tests.ucl
Normal file
13
release/packages/tests.ucl
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "FreeBSD-tests"
|
||||
origin = "base"
|
||||
version = "%VERSION%"
|
||||
comment = "%COMMENT%"
|
||||
categories = [ base ]
|
||||
maintainer = "re@FreeBSD.org"
|
||||
www = "http://www.FreeBSD.org"
|
||||
prefix = "/"
|
||||
licenselogic = "single"
|
||||
licenses = [ BSD2CLAUSE ]
|
||||
desc = <<EOD
|
||||
%DESC%
|
||||
EOD
|
||||
|
|
@ -13,6 +13,7 @@ __<bsd.test.mk>__:
|
|||
.ifndef TESTSDIR
|
||||
.error "Please define TESTSDIR when including bsd.test.mk"
|
||||
.endif
|
||||
PACKAGE= tests
|
||||
|
||||
# List of subdirectories containing tests into which to recurse. This has the
|
||||
# same semantics as SUBDIR at build-time. However, the directories listed here
|
||||
|
|
|
|||
Loading…
Reference in a new issue