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 2014, OmniTI Computer Consulting, Inc. All rights reserved. 15# Copyright 2015 Garrett D'Amore <garrett@damore.org> 16# 17 18set name=pkg.fmri value=pkg:/system/test/libctest@$(PKGVERS) 19set name=pkg.description value="C library Unit Tests" 20set name=pkg.summary value="C Library Unit Test Suite" 21set name=info.classification \ 22 value=org.opensolaris.category.2008:Development/System 23set name=variant.arch value=$(ARCH) 24dir path=opt/libc-tests 25dir path=opt/libc-tests/bin 26dir path=opt/libc-tests/cfg 27dir path=opt/libc-tests/cfg/symbols 28dir path=opt/libc-tests/runfiles 29dir path=opt/libc-tests/tests 30dir path=opt/libc-tests/tests 31dir path=opt/libc-tests/tests/symbols 32file path=opt/libc-tests/README mode=0444 33file path=opt/libc-tests/bin/libctest mode=0555 34file path=opt/libc-tests/cfg/README mode=0444 35file path=opt/libc-tests/cfg/compilation.cfg mode=0444 36file path=opt/libc-tests/cfg/symbols/README mode=0444 37file path=opt/libc-tests/cfg/symbols/ctype_h.cfg mode=0444 38file path=opt/libc-tests/cfg/symbols/dirent_h.cfg mode=0444 39file path=opt/libc-tests/cfg/symbols/fcntl_h.cfg mode=0444 40file path=opt/libc-tests/cfg/symbols/locale_h.cfg mode=0444 41file path=opt/libc-tests/cfg/symbols/math_h.cfg mode=0444 42file path=opt/libc-tests/cfg/symbols/netdb_h.cfg mode=0444 43file path=opt/libc-tests/cfg/symbols/pthread_h.cfg mode=0444 44file path=opt/libc-tests/cfg/symbols/signal_h.cfg mode=0444 45file path=opt/libc-tests/cfg/symbols/stdio_h.cfg mode=0444 46file path=opt/libc-tests/cfg/symbols/stdlib_h.cfg mode=0444 47file path=opt/libc-tests/cfg/symbols/strings_h.cfg mode=0444 48file path=opt/libc-tests/cfg/symbols/sys_stat_h.cfg mode=0444 49file path=opt/libc-tests/cfg/symbols/sys_time_h.cfg mode=0444 50file path=opt/libc-tests/cfg/symbols/sys_timeb_h.cfg mode=0444 51file path=opt/libc-tests/cfg/symbols/ucontext_h.cfg mode=0444 52file path=opt/libc-tests/cfg/symbols/unistd_h.cfg mode=0444 53file path=opt/libc-tests/cfg/symbols/wchar_h.cfg mode=0444 54file path=opt/libc-tests/cfg/symbols/wctype_h.cfg mode=0444 55file path=opt/libc-tests/runfiles/default.run mode=0444 56file path=opt/libc-tests/tests/fpround_test mode=0555 57file path=opt/libc-tests/tests/fpround_test.$(ARCH) mode=0555 58file path=opt/libc-tests/tests/fpround_test.$(ARCH64) mode=0555 59file path=opt/libc-tests/tests/newlocale_test mode=0555 60file path=opt/libc-tests/tests/newlocale_test.$(ARCH) mode=0555 61file path=opt/libc-tests/tests/newlocale_test.$(ARCH64) mode=0555 62file path=opt/libc-tests/tests/nl_langinfo_test mode=0555 63file path=opt/libc-tests/tests/nl_langinfo_test.$(ARCH) mode=0555 64file path=opt/libc-tests/tests/nl_langinfo_test.$(ARCH64) mode=0555 65file path=opt/libc-tests/tests/symbols/setup mode=0555 66file path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH) mode=0555 67file path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH64) mode=0555 68file path=opt/libc-tests/tests/wcsrtombs_test mode=0555 69file path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH) mode=0555 70file path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH64) mode=0555 71file path=opt/libc-tests/tests/wctype_test mode=0555 72file path=opt/libc-tests/tests/wctype_test.$(ARCH) mode=0555 73file path=opt/libc-tests/tests/wctype_test.$(ARCH64) mode=0555 74hardlink path=opt/libc-tests/tests/symbols/ctype_h target=setup 75hardlink path=opt/libc-tests/tests/symbols/dirent_h target=setup 76hardlink path=opt/libc-tests/tests/symbols/fcntl_h target=setup 77hardlink path=opt/libc-tests/tests/symbols/locale_h target=setup 78hardlink path=opt/libc-tests/tests/symbols/math_h target=setup 79hardlink path=opt/libc-tests/tests/symbols/netdb_h target=setup 80hardlink path=opt/libc-tests/tests/symbols/pthread_h target=setup 81hardlink path=opt/libc-tests/tests/symbols/signal_h target=setup 82hardlink path=opt/libc-tests/tests/symbols/stdio_h target=setup 83hardlink path=opt/libc-tests/tests/symbols/stdlib_h target=setup 84hardlink path=opt/libc-tests/tests/symbols/strings_h target=setup 85hardlink path=opt/libc-tests/tests/symbols/sys_stat_h target=setup 86hardlink path=opt/libc-tests/tests/symbols/sys_time_h target=setup 87hardlink path=opt/libc-tests/tests/symbols/sys_timeb_h target=setup 88hardlink path=opt/libc-tests/tests/symbols/ucontext_h target=setup 89hardlink path=opt/libc-tests/tests/symbols/unistd_h target=setup 90hardlink path=opt/libc-tests/tests/symbols/wchar_h target=setup 91hardlink path=opt/libc-tests/tests/symbols/wctype_h target=setup 92license lic_CDDL license=lic_CDDL 93depend fmri=locale/de type=require 94depend fmri=locale/en type=require 95depend fmri=locale/en-extra type=require 96depend fmri=locale/ja type=require 97depend fmri=locale/ru type=require 98depend fmri=system/test/testrunner type=require 99