1*24a03f35SRobert Mustacchi# 2*24a03f35SRobert Mustacchi# This file and its contents are supplied under the terms of the 3*24a03f35SRobert Mustacchi# Common Development and Distribution License ("CDDL"), version 1.0. 4*24a03f35SRobert Mustacchi# You may only use this file in accordance with the terms of version 5*24a03f35SRobert Mustacchi# 1.0 of the CDDL. 6*24a03f35SRobert Mustacchi# 7*24a03f35SRobert Mustacchi# A full copy of the text of the CDDL should have accompanied this 8*24a03f35SRobert Mustacchi# source. A copy of the CDDL is also available via the Internet at 9*24a03f35SRobert Mustacchi# http://www.illumos.org/license/CDDL. 10*24a03f35SRobert Mustacchi# 11*24a03f35SRobert Mustacchi 12*24a03f35SRobert Mustacchi# 13*24a03f35SRobert Mustacchi# Copyright 2025 Oxide Computer Company 14*24a03f35SRobert Mustacchi# 15*24a03f35SRobert Mustacchi 16*24a03f35SRobert Mustacchi# 17*24a03f35SRobert Mustacchi# The default for payload-bearing actions in this package is to appear in the 18*24a03f35SRobert Mustacchi# global zone only. See the include file for greater detail, as well as 19*24a03f35SRobert Mustacchi# information about overriding the defaults. 20*24a03f35SRobert Mustacchi# 21*24a03f35SRobert Mustacchi<include global_zone_only_component> 22*24a03f35SRobert Mustacchiset name=pkg.fmri value=pkg:/system/test/tztest@$(PKGVERS) 23*24a03f35SRobert Mustacchiset name=pkg.summary value="Timezone Test Suite" 24*24a03f35SRobert Mustacchiset name=pkg.description value="Timezone Tests" 25*24a03f35SRobert Mustacchiset name=info.classification \ 26*24a03f35SRobert Mustacchi value=org.opensolaris.category.2008:Development/System 27*24a03f35SRobert Mustacchiset name=variant.arch value=$(ARCH) 28*24a03f35SRobert Mustacchidir path=opt/tz-tests 29*24a03f35SRobert Mustacchidir path=opt/tz-tests 30*24a03f35SRobert Mustacchifile path=opt/tz-tests/README mode=0444 31*24a03f35SRobert Mustacchidir path=opt/tz-tests/tests 32*24a03f35SRobert Mustacchifile path=opt/tz-tests/tests/basic_tzs mode=0555 33*24a03f35SRobert Mustacchifile path=opt/tz-tests/tests/tz_dump mode=0555 34*24a03f35SRobert Mustacchifile path=opt/tz-tests/tests/tzlist.64 mode=0555 35*24a03f35SRobert Mustacchifile path=opt/tz-tests/tests/tzload.32 mode=0555 36*24a03f35SRobert Mustacchifile path=opt/tz-tests/tests/tzload.64 mode=0555 37*24a03f35SRobert Mustacchifile path=opt/tz-tests/tests/tzparams.64 mode=0555 38*24a03f35SRobert Mustacchifile path=opt/tz-tests/tests/zoneinfo_dump.32 mode=0555 39*24a03f35SRobert Mustacchifile path=opt/tz-tests/tests/zoneinfo_dump.64 mode=0555 40*24a03f35SRobert Mustacchilicense lic_CDDL license=lic_CDDL 41