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# Copyright 2025 Oxide Computer Company 17# Copyright 2026 Gordon W. Ross 18# 19 20set name=pkg.fmri value=pkg:/system/test/headertest@$(PKGVERS) 21set name=pkg.summary value="Header File Symbols Test Suite" 22set name=pkg.description value="Header File Symbols Test Suite" 23set name=info.classification \ 24 value=org.opensolaris.category.2008:Development/System 25set name=variant.arch value=$(ARCH) 26dir path=opt/header-tests 27file path=opt/header-tests/README mode=0444 28dir path=opt/header-tests/bin 29file path=opt/header-tests/bin/headertest mode=0555 30dir path=opt/header-tests/cfg 31file path=opt/header-tests/cfg/README mode=0444 32dir path=opt/header-tests/cfg/c-symbols 33file path=opt/header-tests/cfg/c-symbols-env.cfg mode=0444 34file path=opt/header-tests/cfg/c-symbols/README mode=0444 35file path=opt/header-tests/cfg/c-symbols/assert_h.cfg mode=0444 36file path=opt/header-tests/cfg/c-symbols/ctype_h.cfg mode=0444 37file path=opt/header-tests/cfg/c-symbols/dirent_h.cfg mode=0444 38file path=opt/header-tests/cfg/c-symbols/fcntl_h.cfg mode=0444 39file path=opt/header-tests/cfg/c-symbols/locale_h.cfg mode=0444 40file path=opt/header-tests/cfg/c-symbols/math_h.cfg mode=0444 41file path=opt/header-tests/cfg/c-symbols/netdb_h.cfg mode=0444 42file path=opt/header-tests/cfg/c-symbols/pthread_h.cfg mode=0444 43file path=opt/header-tests/cfg/c-symbols/signal_h.cfg mode=0444 44file path=opt/header-tests/cfg/c-symbols/stdalign_h.cfg mode=0444 45file path=opt/header-tests/cfg/c-symbols/stddef_h.cfg mode=0444 46file path=opt/header-tests/cfg/c-symbols/stdio_h.cfg mode=0444 47file path=opt/header-tests/cfg/c-symbols/stdlib_h.cfg mode=0444 48file path=opt/header-tests/cfg/c-symbols/stdnoreturn_h.cfg mode=0444 49file path=opt/header-tests/cfg/c-symbols/string_h.cfg mode=0444 50file path=opt/header-tests/cfg/c-symbols/strings_h.cfg mode=0444 51file path=opt/header-tests/cfg/c-symbols/sys_atomic_h.cfg mode=0444 52file path=opt/header-tests/cfg/c-symbols/sys_mman_h.cfg mode=0444 53file path=opt/header-tests/cfg/c-symbols/sys_stat_h.cfg mode=0444 54file path=opt/header-tests/cfg/c-symbols/sys_time_h.cfg mode=0444 55file path=opt/header-tests/cfg/c-symbols/sys_timeb_h.cfg mode=0444 56file path=opt/header-tests/cfg/c-symbols/threads_h.cfg mode=0444 57file path=opt/header-tests/cfg/c-symbols/time_h.cfg mode=0444 58file path=opt/header-tests/cfg/c-symbols/ucontext_h.cfg mode=0444 59file path=opt/header-tests/cfg/c-symbols/unistd_h.cfg mode=0444 60file path=opt/header-tests/cfg/c-symbols/wchar_h.cfg mode=0444 61file path=opt/header-tests/cfg/c-symbols/wctype_h.cfg mode=0444 62dir path=opt/header-tests/cfg/cxx-symbols 63file path=opt/header-tests/cfg/cxx-symbols-env.cfg mode=0444 64file path=opt/header-tests/cfg/cxx-symbols/README mode=0444 65file path=opt/header-tests/cfg/cxx-symbols/cmath_h.cfg mode=0444 66file path=opt/header-tests/cfg/cxx-symbols/cstdio_h.cfg mode=0444 67file path=opt/header-tests/cfg/cxx-symbols/cstdlib_h.cfg mode=0444 68file path=opt/header-tests/cfg/cxx-symbols/cstring_h.cfg mode=0444 69file path=opt/header-tests/cfg/cxx-symbols/ctime_h.cfg mode=0444 70file path=opt/header-tests/cfg/cxx-symbols/cwchar_h.cfg mode=0444 71dir path=opt/header-tests/runfiles 72file path=opt/header-tests/runfiles/default.run mode=0444 73dir path=opt/header-tests/tests 74dir path=opt/header-tests/tests/c-symbols 75hardlink path=opt/header-tests/tests/c-symbols/assert_h target=setup 76hardlink path=opt/header-tests/tests/c-symbols/ctype_h target=setup 77hardlink path=opt/header-tests/tests/c-symbols/dirent_h target=setup 78hardlink path=opt/header-tests/tests/c-symbols/fcntl_h target=setup 79hardlink path=opt/header-tests/tests/c-symbols/locale_h target=setup 80hardlink path=opt/header-tests/tests/c-symbols/math_h target=setup 81hardlink path=opt/header-tests/tests/c-symbols/netdb_h target=setup 82hardlink path=opt/header-tests/tests/c-symbols/pthread_h target=setup 83file path=opt/header-tests/tests/c-symbols/setup mode=0555 84hardlink path=opt/header-tests/tests/c-symbols/signal_h target=setup 85hardlink path=opt/header-tests/tests/c-symbols/stdalign_h target=setup 86hardlink path=opt/header-tests/tests/c-symbols/stddef_h target=setup 87hardlink path=opt/header-tests/tests/c-symbols/stdio_h target=setup 88hardlink path=opt/header-tests/tests/c-symbols/stdlib_h target=setup 89hardlink path=opt/header-tests/tests/c-symbols/stdnoreturn_h target=setup 90hardlink path=opt/header-tests/tests/c-symbols/string_h target=setup 91hardlink path=opt/header-tests/tests/c-symbols/strings_h target=setup 92hardlink path=opt/header-tests/tests/c-symbols/sys_atomic_h target=setup 93hardlink path=opt/header-tests/tests/c-symbols/sys_mman_h target=setup 94hardlink path=opt/header-tests/tests/c-symbols/sys_stat_h target=setup 95hardlink path=opt/header-tests/tests/c-symbols/sys_time_h target=setup 96hardlink path=opt/header-tests/tests/c-symbols/sys_timeb_h target=setup 97hardlink path=opt/header-tests/tests/c-symbols/threads_h target=setup 98hardlink path=opt/header-tests/tests/c-symbols/time_h target=setup 99hardlink path=opt/header-tests/tests/c-symbols/ucontext_h target=setup 100hardlink path=opt/header-tests/tests/c-symbols/unistd_h target=setup 101hardlink path=opt/header-tests/tests/c-symbols/wchar_h target=setup 102hardlink path=opt/header-tests/tests/c-symbols/wctype_h target=setup 103dir path=opt/header-tests/tests/common 104file path=opt/header-tests/tests/common/symbol_test mode=0555 105dir path=opt/header-tests/tests/cxx-symbols 106hardlink path=opt/header-tests/tests/cxx-symbols/cmath_h target=setup 107hardlink path=opt/header-tests/tests/cxx-symbols/cstdio_h target=setup 108hardlink path=opt/header-tests/tests/cxx-symbols/cstdlib_h target=setup 109hardlink path=opt/header-tests/tests/cxx-symbols/cstring_h target=setup 110hardlink path=opt/header-tests/tests/cxx-symbols/ctime_h target=setup 111hardlink path=opt/header-tests/tests/cxx-symbols/cwchar_h target=setup 112file path=opt/header-tests/tests/cxx-symbols/setup mode=0555 113license lic_CDDL license=lic_CDDL 114depend type=require fmri=system/test/testrunner 115