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 322d08521bSGarrett D'Amorefile path=opt/libc-tests/README mode=0444 332d08521bSGarrett D'Amorefile path=opt/libc-tests/bin/libctest mode=0555 34de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/README mode=0444 35de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/compilation.cfg mode=0444 36de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/README mode=0444 37*d1c5dc47SRobert Mustacchifile path=opt/libc-tests/cfg/symbols/assert_h.cfg mode=0444 38de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/ctype_h.cfg mode=0444 39de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/dirent_h.cfg mode=0444 40de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/fcntl_h.cfg mode=0444 41de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/locale_h.cfg mode=0444 42de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/math_h.cfg mode=0444 43de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/netdb_h.cfg mode=0444 44de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/pthread_h.cfg mode=0444 45de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/signal_h.cfg mode=0444 46*d1c5dc47SRobert Mustacchifile path=opt/libc-tests/cfg/symbols/stdalign_h.cfg mode=0444 47*d1c5dc47SRobert Mustacchifile path=opt/libc-tests/cfg/symbols/stddef_h.cfg mode=0444 48de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/stdio_h.cfg mode=0444 49de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/stdlib_h.cfg mode=0444 50*d1c5dc47SRobert Mustacchifile path=opt/libc-tests/cfg/symbols/stdnoreturn_h.cfg mode=0444 51de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/strings_h.cfg mode=0444 52de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/sys_stat_h.cfg mode=0444 53de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/sys_time_h.cfg mode=0444 54de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/sys_timeb_h.cfg mode=0444 55*d1c5dc47SRobert Mustacchifile path=opt/libc-tests/cfg/symbols/threads_h.cfg mode=0444 56*d1c5dc47SRobert Mustacchifile path=opt/libc-tests/cfg/symbols/time_h.cfg mode=0444 57de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/ucontext_h.cfg mode=0444 58de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/unistd_h.cfg mode=0444 59de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/wchar_h.cfg mode=0444 60de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/wctype_h.cfg mode=0444 612d08521bSGarrett D'Amorefile path=opt/libc-tests/runfiles/default.run mode=0444 62*d1c5dc47SRobert Mustacchifile path=opt/libc-tests/tests/aligned_alloc.32 mode=0555 63*d1c5dc47SRobert Mustacchifile path=opt/libc-tests/tests/aligned_alloc.64 mode=0555 64*d1c5dc47SRobert Mustacchifile path=opt/libc-tests/tests/c11_threads.32 mode=0555 65*d1c5dc47SRobert Mustacchifile path=opt/libc-tests/tests/c11_threads.64 mode=0555 66*d1c5dc47SRobert Mustacchifile path=opt/libc-tests/tests/c11_tss.32 mode=0555 67*d1c5dc47SRobert Mustacchifile path=opt/libc-tests/tests/c11_tss.64 mode=0555 68*d1c5dc47SRobert Mustacchifile path=opt/libc-tests/tests/call_once.32 mode=0555 69*d1c5dc47SRobert Mustacchifile path=opt/libc-tests/tests/call_once.64 mode=0555 70577bdc16SRobert Mustacchi#file path=opt/libc-tests/tests/endian.32 mode=0555 71577bdc16SRobert Mustacchi#file path=opt/libc-tests/tests/endian.64 mode=0555 72a2290a36SDan McDonaldfile path=opt/libc-tests/tests/fpround_test mode=0555 73de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/fpround_test.$(ARCH) mode=0555 74de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/fpround_test.$(ARCH64) mode=0555 752d08521bSGarrett D'Amorefile path=opt/libc-tests/tests/newlocale_test mode=0555 76de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/newlocale_test.$(ARCH) mode=0555 77de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/newlocale_test.$(ARCH64) mode=0555 78538aa54dSGarrett D'Amorefile path=opt/libc-tests/tests/nl_langinfo_test mode=0555 79de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/nl_langinfo_test.$(ARCH) mode=0555 80de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/nl_langinfo_test.$(ARCH64) mode=0555 81*d1c5dc47SRobert Mustacchifile path=opt/libc-tests/tests/quick_exit mode=0555 82*d1c5dc47SRobert Mustacchifile path=opt/libc-tests/tests/quick_exit_order.32 mode=0555 83*d1c5dc47SRobert Mustacchifile path=opt/libc-tests/tests/quick_exit_order.64 mode=0555 84*d1c5dc47SRobert Mustacchifile path=opt/libc-tests/tests/quick_exit_status.32 mode=0555 85*d1c5dc47SRobert Mustacchifile path=opt/libc-tests/tests/quick_exit_status.64 mode=0555 869d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4key.ksh mode=0555 879d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random mode=0555 889d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random_fork mode=0555 899d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random_forkall mode=0555 909d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random_forksig mode=0555 919d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random_prefork mode=0555 929d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random_preforkall mode=0555 939d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random_preforksig mode=0555 949d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random_rekey mode=0555 959d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/chacha mode=0555 969d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/getentropy mode=0555 979d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/getrandom mode=0555 98a17dff0dSRobert Mustacchifile path=opt/libc-tests/tests/random/getrandred mode=0555 999d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/inz_child mode=0555 1009d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/inz_inval mode=0555 1019d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/inz_mlock mode=0555 1029d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/inz_region mode=0555 1039d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/inz_split mode=0555 1049d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/inz_split_vpp mode=0555 1059d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/inz_vpp mode=0555 106de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/symbols/setup mode=0555 107de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH) mode=0555 108de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH64) mode=0555 109*d1c5dc47SRobert Mustacchifile path=opt/libc-tests/tests/timespec_get.32 mode=0555 110*d1c5dc47SRobert Mustacchifile path=opt/libc-tests/tests/timespec_get.64 mode=0555 111538aa54dSGarrett D'Amorefile path=opt/libc-tests/tests/wcsrtombs_test mode=0555 112de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH) mode=0555 113de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH64) mode=0555 11481cc9994SLauri Tirkkonenfile path=opt/libc-tests/tests/wctype_test mode=0555 115de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/wctype_test.$(ARCH) mode=0555 116de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/wctype_test.$(ARCH64) mode=0555 117*d1c5dc47SRobert Mustacchihardlink path=opt/libc-tests/tests/symbols/assert_h target=setup 118de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/ctype_h target=setup 119de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/dirent_h target=setup 120de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/fcntl_h target=setup 121de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/locale_h target=setup 122de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/math_h target=setup 123de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/netdb_h target=setup 124de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/pthread_h target=setup 125de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/signal_h target=setup 126*d1c5dc47SRobert Mustacchihardlink path=opt/libc-tests/tests/symbols/stdalign_h target=setup 127*d1c5dc47SRobert Mustacchihardlink path=opt/libc-tests/tests/symbols/stddef_h target=setup 128de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/stdio_h target=setup 129de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/stdlib_h target=setup 130*d1c5dc47SRobert Mustacchihardlink path=opt/libc-tests/tests/symbols/stdnoreturn_h target=setup 131de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/strings_h target=setup 132de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/sys_stat_h target=setup 133de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/sys_time_h target=setup 134de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/sys_timeb_h target=setup 135*d1c5dc47SRobert Mustacchihardlink path=opt/libc-tests/tests/symbols/threads_h target=setup 136*d1c5dc47SRobert Mustacchihardlink path=opt/libc-tests/tests/symbols/time_h target=setup 137de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/ucontext_h target=setup 138de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/unistd_h target=setup 139de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/wchar_h target=setup 140de572d98SGarrett D'Amorehardlink path=opt/libc-tests/tests/symbols/wctype_h target=setup 1412d08521bSGarrett D'Amorelicense lic_CDDL license=lic_CDDL 1422d08521bSGarrett D'Amoredepend fmri=locale/de type=require 1432d08521bSGarrett D'Amoredepend fmri=locale/en type=require 144538aa54dSGarrett D'Amoredepend fmri=locale/en-extra type=require 1452d08521bSGarrett D'Amoredepend fmri=locale/ja type=require 1462d08521bSGarrett D'Amoredepend fmri=locale/ru type=require 1472d08521bSGarrett D'Amoredepend fmri=system/test/testrunner type=require 148