1*2d08521bSGarrett D'Amore# 2*2d08521bSGarrett D'Amore# This file and its contents are supplied under the terms of the 3*2d08521bSGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0. 4*2d08521bSGarrett D'Amore# You may only use this file in accordance with the terms of version 5*2d08521bSGarrett D'Amore# 1.0 of the CDDL. 6*2d08521bSGarrett D'Amore# 7*2d08521bSGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this 8*2d08521bSGarrett D'Amore# source. A copy of the CDDL is also available via the Internet at 9*2d08521bSGarrett D'Amore# http://www.illumos.org/license/CDDL. 10*2d08521bSGarrett D'Amore# 11*2d08521bSGarrett D'Amore 12*2d08521bSGarrett D'Amore# 13*2d08521bSGarrett D'Amore# Copyright (c) 2012 by Delphix. All rights reserved. 14*2d08521bSGarrett D'Amore# Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved. 15*2d08521bSGarrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org> 16*2d08521bSGarrett D'Amore# 17*2d08521bSGarrett D'Amore 18*2d08521bSGarrett D'Amoreset name=pkg.fmri value=pkg:/system/test/libctest@$(PKGVERS) 19*2d08521bSGarrett D'Amoreset name=pkg.description value="C library Unit Tests" 20*2d08521bSGarrett D'Amoreset name=pkg.summary value="C Library Unit Test Suite" 21*2d08521bSGarrett D'Amoreset name=info.classification \ 22*2d08521bSGarrett D'Amore value=org.opensolaris.category.2008:Development/System 23*2d08521bSGarrett D'Amoreset name=variant.arch value=$(ARCH) 24*2d08521bSGarrett D'Amoredir path=opt/libc-tests 25*2d08521bSGarrett D'Amoredir path=opt/libc-tests/bin 26*2d08521bSGarrett D'Amoredir path=opt/libc-tests/runfiles 27*2d08521bSGarrett D'Amoredir path=opt/libc-tests/tests 28*2d08521bSGarrett D'Amorefile path=opt/libc-tests/README mode=0444 29*2d08521bSGarrett D'Amorefile path=opt/libc-tests/bin/libctest mode=0555 30*2d08521bSGarrett D'Amorefile path=opt/libc-tests/runfiles/default.run mode=0444 31*2d08521bSGarrett D'Amorefile path=opt/libc-tests/tests/newlocale_test mode=0555 32*2d08521bSGarrett D'Amorelicense lic_CDDL license=lic_CDDL 33*2d08521bSGarrett D'Amoredepend fmri=locale/de type=require 34*2d08521bSGarrett D'Amoredepend fmri=locale/en type=require 35*2d08521bSGarrett D'Amoredepend fmri=locale/ja type=require 36*2d08521bSGarrett D'Amoredepend fmri=locale/ru type=require 37*2d08521bSGarrett D'Amoredepend fmri=system/test/testrunner type=require 38