12d08521bSGarrett D'Amore# 22d08521bSGarrett D'Amore# This file and its contents are supplied under the terms of the 32d08521bSGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0. 42d08521bSGarrett D'Amore# You may only use this file in accordance with the terms of version 52d08521bSGarrett D'Amore# 1.0 of the CDDL. 62d08521bSGarrett D'Amore# 72d08521bSGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this 82d08521bSGarrett D'Amore# source. A copy of the CDDL is also available via the Internet at 92d08521bSGarrett D'Amore# http://www.illumos.org/license/CDDL. 102d08521bSGarrett D'Amore# 112d08521bSGarrett D'Amore 122d08521bSGarrett D'Amore# 132d08521bSGarrett D'Amore# Copyright (c) 2012 by Delphix. All rights reserved. 142d08521bSGarrett D'Amore# Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved. 152d08521bSGarrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org> 162d08521bSGarrett D'Amore# 172d08521bSGarrett D'Amore 182d08521bSGarrett D'Amoreset name=pkg.fmri value=pkg:/system/test/libctest@$(PKGVERS) 192d08521bSGarrett D'Amoreset name=pkg.description value="C library Unit Tests" 202d08521bSGarrett D'Amoreset name=pkg.summary value="C Library Unit Test Suite" 212d08521bSGarrett D'Amoreset name=info.classification \ 222d08521bSGarrett D'Amore value=org.opensolaris.category.2008:Development/System 232d08521bSGarrett D'Amoreset name=variant.arch value=$(ARCH) 242d08521bSGarrett D'Amoredir path=opt/libc-tests 252d08521bSGarrett D'Amoredir path=opt/libc-tests/bin 262d08521bSGarrett D'Amoredir path=opt/libc-tests/runfiles 272d08521bSGarrett D'Amoredir path=opt/libc-tests/tests 282d08521bSGarrett D'Amorefile path=opt/libc-tests/README mode=0444 292d08521bSGarrett D'Amorefile path=opt/libc-tests/bin/libctest mode=0555 302d08521bSGarrett D'Amorefile path=opt/libc-tests/runfiles/default.run mode=0444 312d08521bSGarrett D'Amorefile path=opt/libc-tests/tests/newlocale_test mode=0555 32*538aa54dSGarrett D'Amore$(i386_ONLY)file path=opt/libc-tests/tests/newlocale_test.amd64 mode=0555 33*538aa54dSGarrett D'Amore$(i386_ONLY)file path=opt/libc-tests/tests/newlocale_test.i386 mode=0555 34*538aa54dSGarrett D'Amore$(sparc_ONLY)file path=opt/libc-tests/tests/newlocale_test.sparc mode=0555 35*538aa54dSGarrett D'Amore$(sparc_ONLY)file path=opt/libc-tests/tests/newlocale_test.sparcv9 mode=0555 36*538aa54dSGarrett D'Amorefile path=opt/libc-tests/tests/nl_langinfo_test mode=0555 37*538aa54dSGarrett D'Amore$(i386_ONLY)file path=opt/libc-tests/tests/nl_langinfo_test.amd64 mode=0555 38*538aa54dSGarrett D'Amore$(i386_ONLY)file path=opt/libc-tests/tests/nl_langinfo_test.i386 mode=0555 39*538aa54dSGarrett D'Amore$(sparc_ONLY)file path=opt/libc-tests/tests/nl_langinfo_test.sparc mode=0555 40*538aa54dSGarrett D'Amore$(sparc_ONLY)file path=opt/libc-tests/tests/nl_langinfo_test.sparcv9 mode=0555 41*538aa54dSGarrett D'Amorefile path=opt/libc-tests/tests/wcsrtombs_test mode=0555 42*538aa54dSGarrett D'Amore$(i386_ONLY)file path=opt/libc-tests/tests/wcsrtombs_test.amd64 mode=0555 43*538aa54dSGarrett D'Amore$(i386_ONLY)file path=opt/libc-tests/tests/wcsrtombs_test.i386 mode=0555 44*538aa54dSGarrett D'Amore$(sparc_ONLY)file path=opt/libc-tests/tests/wcsrtombs_test.sparc mode=0555 45*538aa54dSGarrett D'Amore$(sparc_ONLY)file path=opt/libc-tests/tests/wcsrtombs_test.sparcv9 mode=0555 462d08521bSGarrett D'Amorelicense lic_CDDL license=lic_CDDL 472d08521bSGarrett D'Amoredepend fmri=locale/de type=require 482d08521bSGarrett D'Amoredepend fmri=locale/en type=require 49*538aa54dSGarrett D'Amoredepend fmri=locale/en-extra type=require 502d08521bSGarrett D'Amoredepend fmri=locale/ja type=require 512d08521bSGarrett D'Amoredepend fmri=locale/ru type=require 522d08521bSGarrett D'Amoredepend fmri=system/test/testrunner type=require 53