1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source.  A copy of the CDDL is also available via the Internet at
9# http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright (c) 2012 by Delphix. All rights reserved.
14# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
15#
16
17set name=pkg.fmri value=pkg:/system/test/testrunner@$(PKGVERS)
18set name=pkg.summary value="Unit Test Framework"
19set name=pkg.description value="Test Runner"
20set name=info.classification \
21    value=org.opensolaris.category.2008:Development/System
22set name=variant.arch value=$(ARCH)
23dir  path=opt/test-runner
24dir  path=opt/test-runner/bin
25# In python2, the module is "ConfigParser" and in python3 it's "configparser"
26file path=opt/test-runner/bin/run mode=0555 \
27    pkg.depend.bypass-generate=.*[cC]onfig[pP]arser.*
28dir  path=opt/test-runner/man
29dir  path=opt/test-runner/man/man1
30file path=opt/test-runner/man/man1/run.1 mode=0444
31dir  path=opt/test-runner/stf
32dir  path=opt/test-runner/stf/contrib
33dir  path=opt/test-runner/stf/contrib/include
34file path=opt/test-runner/stf/contrib/include/ctiutils.shlib mode=0555
35file path=opt/test-runner/stf/contrib/include/logapi.shlib mode=0555
36dir  path=opt/test-runner/stf/include
37file path=opt/test-runner/stf/include/stf.shlib mode=0555
38license cr_Sun license=cr_Sun
39license lic_CDDL license=lic_CDDL
40license usr/src/test/test-runner/stf/contrib/LICENSE.Artistic \
41    license=usr/src/test/test-runner/stf/contrib/LICENSE.Artistic
42depend type=require fmri=security/sudo
43