xref: /titanic_52/usr/src/pkg/manifests/system-test-utiltest.mf (revision 826ac02a0def83e0a41b29321470d299c7389aab)
1598f4ceeSGarrett D'Amore#
2598f4ceeSGarrett D'Amore# This file and its contents are supplied under the terms of the
3598f4ceeSGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0.
4598f4ceeSGarrett D'Amore# You may only use this file in accordance with the terms of version
5598f4ceeSGarrett D'Amore# 1.0 of the CDDL.
6598f4ceeSGarrett D'Amore#
7598f4ceeSGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this
8598f4ceeSGarrett D'Amore# source.  A copy of the CDDL is also available via the Internet at
9598f4ceeSGarrett D'Amore# http://www.illumos.org/license/CDDL.
10598f4ceeSGarrett D'Amore#
11598f4ceeSGarrett D'Amore
12598f4ceeSGarrett D'Amore#
13598f4ceeSGarrett D'Amore# Copyright (c) 2012 by Delphix. All rights reserved.
14598f4ceeSGarrett D'Amore# Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved.
15598f4ceeSGarrett D'Amore#
16598f4ceeSGarrett D'Amore
17598f4ceeSGarrett D'Amoreset name=pkg.fmri value=pkg:/system/test/utiltest@$(PKGVERS)
18598f4ceeSGarrett D'Amoreset name=pkg.description value="Miscellaneous Utility Unit Tests"
19598f4ceeSGarrett D'Amoreset name=pkg.summary value="Utility Unit Test Suite"
20598f4ceeSGarrett D'Amoreset name=info.classification \
21598f4ceeSGarrett D'Amore    value=org.opensolaris.category.2008:Development/System
22598f4ceeSGarrett D'Amoreset name=variant.arch value=$(ARCH)
23598f4ceeSGarrett D'Amoredir path=opt/util-tests
24598f4ceeSGarrett D'Amoredir path=opt/util-tests/bin
25598f4ceeSGarrett D'Amoredir path=opt/util-tests/runfiles
26598f4ceeSGarrett D'Amoredir path=opt/util-tests/tests
27598f4ceeSGarrett D'Amorefile path=opt/util-tests/README mode=0444
28598f4ceeSGarrett D'Amorefile path=opt/util-tests/bin/utiltest mode=0555
29598f4ceeSGarrett D'Amorefile path=opt/util-tests/runfiles/default.run mode=0444
30598f4ceeSGarrett D'Amorefile path=opt/util-tests/tests/printf_test mode=0555
31*826ac02aSGarrett D'Amorefile path=opt/util-tests/tests/xargs_test mode=0555
32598f4ceeSGarrett D'Amorelicense lic_CDDL license=lic_CDDL
33598f4ceeSGarrett D'Amoredepend fmri=system/test/testrunner type=require
34