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. 15de572d98SGarrett D'Amore# Copyright 2015 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 26de572d98SGarrett D'Amoredir path=opt/libc-tests/cfg 27de572d98SGarrett D'Amoredir path=opt/libc-tests/cfg/symbols 282d08521bSGarrett D'Amoredir path=opt/libc-tests/runfiles 292d08521bSGarrett D'Amoredir path=opt/libc-tests/tests 309d12795fSRobert Mustacchidir path=opt/libc-tests/tests/random 31de572d98SGarrett D'Amoredir path=opt/libc-tests/tests/symbols 32*b599bd93SRobert Mustacchidir path=usr group=sys 33*b599bd93SRobert Mustacchidir path=usr/lib 34*b599bd93SRobert Mustacchidir path=usr/lib/locale 35*b599bd93SRobert Mustacchidir path=usr/lib/locale/zz_AA.UTF-8 36*b599bd93SRobert Mustacchidir path=usr/lib/locale/zz_AA.UTF-8/LC_COLLATE 37*b599bd93SRobert Mustacchidir path=usr/lib/locale/zz_AA.UTF-8/LC_CTYPE 38*b599bd93SRobert Mustacchidir path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES 39*b599bd93SRobert Mustacchidir path=usr/lib/locale/zz_AA.UTF-8/LC_MONETARY 40*b599bd93SRobert Mustacchidir path=usr/lib/locale/zz_AA.UTF-8/LC_NUMERIC 41*b599bd93SRobert Mustacchidir path=usr/lib/locale/zz_AA.UTF-8/LC_TIME 422d08521bSGarrett D'Amorefile path=opt/libc-tests/README mode=0444 432d08521bSGarrett D'Amorefile path=opt/libc-tests/bin/libctest mode=0555 44de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/README mode=0444 45de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/compilation.cfg mode=0444 46de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/README mode=0444 47de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/ctype_h.cfg mode=0444 48de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/dirent_h.cfg mode=0444 49de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/fcntl_h.cfg mode=0444 50de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/locale_h.cfg mode=0444 51de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/math_h.cfg mode=0444 52de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/netdb_h.cfg mode=0444 53de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/pthread_h.cfg mode=0444 54de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/signal_h.cfg mode=0444 55de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/stdio_h.cfg mode=0444 56de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/stdlib_h.cfg mode=0444 57*b599bd93SRobert Mustacchifile path=opt/libc-tests/cfg/symbols/string_h.cfg mode=0444 58de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/strings_h.cfg mode=0444 59de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/sys_stat_h.cfg mode=0444 60de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/sys_time_h.cfg mode=0444 61de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/sys_timeb_h.cfg mode=0444 62de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/ucontext_h.cfg mode=0444 63de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/unistd_h.cfg mode=0444 64de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/wchar_h.cfg mode=0444 65de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/wctype_h.cfg mode=0444 662d08521bSGarrett D'Amorefile path=opt/libc-tests/runfiles/default.run mode=0444 67*b599bd93SRobert Mustacchifile path=opt/libc-tests/tests/catopen mode=0555 68a2290a36SDan McDonaldfile path=opt/libc-tests/tests/fpround_test mode=0555 69de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/fpround_test.$(ARCH) mode=0555 70de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/fpround_test.$(ARCH64) mode=0555 712d08521bSGarrett D'Amorefile path=opt/libc-tests/tests/newlocale_test mode=0555 72de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/newlocale_test.$(ARCH) mode=0555 73de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/newlocale_test.$(ARCH64) mode=0555 74538aa54dSGarrett D'Amorefile path=opt/libc-tests/tests/nl_langinfo_test mode=0555 75de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/nl_langinfo_test.$(ARCH) mode=0555 76de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/nl_langinfo_test.$(ARCH64) mode=0555 77*b599bd93SRobert Mustacchifile path=opt/libc-tests/tests/priv_gettext mode=0555 789d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4key.ksh mode=0555 799d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random mode=0555 809d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random_fork mode=0555 819d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random_forkall mode=0555 829d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random_forksig mode=0555 839d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random_prefork mode=0555 849d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random_preforkall mode=0555 859d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random_preforksig mode=0555 869d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random_rekey mode=0555 879d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/chacha mode=0555 889d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/getentropy mode=0555 899d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/getrandom mode=0555 90a17dff0dSRobert Mustacchifile path=opt/libc-tests/tests/random/getrandred mode=0555 919d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/inz_child mode=0555 929d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/inz_inval mode=0555 939d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/inz_mlock mode=0555 949d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/inz_region mode=0555 959d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/inz_split mode=0555 969d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/inz_split_vpp mode=0555 979d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/inz_vpp mode=0555 98*b599bd93SRobert Mustacchifile path=opt/libc-tests/tests/strerror mode=0555 99de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/symbols/setup mode=0555 100de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH) mode=0555 101de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH64) mode=0555 102538aa54dSGarrett D'Amorefile path=opt/libc-tests/tests/wcsrtombs_test mode=0555 103de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH) mode=0555 104de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH64) mode=0555 10581cc9994SLauri Tirkkonenfile path=opt/libc-tests/tests/wctype_test mode=0555 106de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/wctype_test.$(ARCH) mode=0555 107de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/wctype_test.$(ARCH64) mode=0555 108*b599bd93SRobert Mustacchifile path=usr/lib/locale/zz_AA.UTF-8/LC_COLLATE/LCL_DATA mode=0444 109*b599bd93SRobert Mustacchifile path=usr/lib/locale/zz_AA.UTF-8/LC_CTYPE/LCL_DATA mode=0444 110*b599bd93SRobert Mustacchifile path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES/LCL_DATA mode=0444 111*b599bd93SRobert Mustacchifile path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES/SUNW_OST_OSLIB.mo mode=0444 112*b599bd93SRobert Mustacchifile path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES/priv_names mode=0444 113*b599bd93SRobert Mustacchifile path=usr/lib/locale/zz_AA.UTF-8/LC_MONETARY/LCL_DATA mode=0444 114*b599bd93SRobert Mustacchifile path=usr/lib/locale/zz_AA.UTF-8/LC_NUMERIC/LCL_DATA mode=0444 115*b599bd93SRobert Mustacchifile path=usr/lib/locale/zz_AA.UTF-8/LC_TIME/LCL_DATA mode=0444 116de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/ctype_h target=setup 117de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/dirent_h target=setup 118de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/fcntl_h target=setup 119de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/locale_h target=setup 120de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/math_h target=setup 121de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/netdb_h target=setup 122de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/pthread_h target=setup 123de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/signal_h target=setup 124de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/stdio_h target=setup 125de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/stdlib_h target=setup 126*b599bd93SRobert Mustacchihardlink path=opt/libc-tests/tests/symbols/string_h target=setup 127de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/strings_h target=setup 128de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/sys_stat_h target=setup 129de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/sys_time_h target=setup 130de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/sys_timeb_h target=setup 131de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/ucontext_h target=setup 132de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/unistd_h target=setup 133de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/wchar_h target=setup 134de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/wctype_h target=setup 1352d08521bSGarrett D'Amorelicense lic_CDDL license=lic_CDDL 1362d08521bSGarrett D'Amoredepend fmri=locale/de type=require 1372d08521bSGarrett D'Amoredepend fmri=locale/en type=require 138538aa54dSGarrett D'Amoredepend fmri=locale/en-extra type=require 1392d08521bSGarrett D'Amoredepend fmri=locale/ja type=require 1402d08521bSGarrett D'Amoredepend fmri=locale/ru type=require 1412d08521bSGarrett D'Amoredepend fmri=system/test/testrunner type=require 142