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 2018 Joyent, Inc.
17 #
18
19 set name=pkg.fmri value=pkg:/system/test/libctest@$(PKGVERS)
20 set name=pkg.description value="C library Unit Tests"
21 set name=pkg.summary value="C Library Unit Test Suite"
22 set name=info.classification \
23 value=org.opensolaris.category.2008:Development/System
24 set name=variant.arch value=$(ARCH)
25 dir path=opt/libc-tests
26 dir path=opt/libc-tests/bin
27 dir path=opt/libc-tests/cfg
28 dir path=opt/libc-tests/cfg/symbols
29 dir path=opt/libc-tests/runfiles
30 dir path=opt/libc-tests/tests
31 dir path=opt/libc-tests/tests/i18n
32 dir path=opt/libc-tests/tests/random
33 dir path=opt/libc-tests/tests/regex
34 dir path=opt/libc-tests/tests/regex/data
35 dir path=opt/libc-tests/tests/select
36 dir path=opt/libc-tests/tests/stdio
172 file path=opt/libc-tests/tests/stdio/memstream.64 mode=0555
173 file path=opt/libc-tests/tests/stdio/memstream_reopen.32 mode=0555
174 file path=opt/libc-tests/tests/stdio/memstream_reopen.64 mode=0555
175 file path=opt/libc-tests/tests/stdio/open_memstreamtest.32 mode=0555
176 file path=opt/libc-tests/tests/stdio/open_memstreamtest.64 mode=0555
177 file path=opt/libc-tests/tests/stdio/orientation_test.32 mode=0555
178 file path=opt/libc-tests/tests/stdio/orientation_test.64 mode=0555
179 file path=opt/libc-tests/tests/stdio/test_mbrtowc.32 mode=0555
180 file path=opt/libc-tests/tests/stdio/test_mbrtowc.64 mode=0555
181 file path=opt/libc-tests/tests/strcoll-strxfrm-6907.32 mode=0555
182 file path=opt/libc-tests/tests/strcoll-strxfrm-6907.64 mode=0555
183 file path=opt/libc-tests/tests/strerror mode=0555
184 file path=opt/libc-tests/tests/symbols/setup mode=0555
185 file path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH) mode=0555
186 file path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH64) mode=0555
187 file path=opt/libc-tests/tests/thread_name mode=0555
188 file path=opt/libc-tests/tests/timespec_get.32 mode=0555
189 file path=opt/libc-tests/tests/timespec_get.64 mode=0555
190 file path=opt/libc-tests/tests/uchar.32 mode=0555
191 file path=opt/libc-tests/tests/uchar.64 mode=0555
192 file path=opt/libc-tests/tests/wcsncasecmp-7344.32 mode=0555
193 file path=opt/libc-tests/tests/wcsncasecmp-7344.64 mode=0555
194 file path=opt/libc-tests/tests/wcsncasecmp-7350.32 mode=0555
195 file path=opt/libc-tests/tests/wcsncasecmp-7350.64 mode=0555
196 file path=opt/libc-tests/tests/wcsncasecmp.32 mode=0555
197 file path=opt/libc-tests/tests/wcsncasecmp.64 mode=0555
198 file path=opt/libc-tests/tests/wcsrtombs_test mode=0555
199 file path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH) mode=0555
200 file path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH64) mode=0555
201 file path=opt/libc-tests/tests/wctype_test mode=0555
202 file path=opt/libc-tests/tests/wctype_test.$(ARCH) mode=0555
203 file path=opt/libc-tests/tests/wctype_test.$(ARCH64) mode=0555
204 file path=usr/lib/locale/zz_AA.UTF-8/LC_COLLATE/LCL_DATA mode=0444
205 file path=usr/lib/locale/zz_AA.UTF-8/LC_CTYPE/LCL_DATA mode=0444
206 file path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
207 file path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES/SUNW_OST_OSLIB.mo mode=0444
208 file path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES/priv_names mode=0444
209 file path=usr/lib/locale/zz_AA.UTF-8/LC_MONETARY/LCL_DATA mode=0444
210 file path=usr/lib/locale/zz_AA.UTF-8/LC_NUMERIC/LCL_DATA mode=0444
211 file path=usr/lib/locale/zz_AA.UTF-8/LC_TIME/LCL_DATA mode=0444
|
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 2018 Joyent, Inc.
17 # Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
18 #
19
20 set name=pkg.fmri value=pkg:/system/test/libctest@$(PKGVERS)
21 set name=pkg.description value="C library Unit Tests"
22 set name=pkg.summary value="C Library Unit Test Suite"
23 set name=info.classification \
24 value=org.opensolaris.category.2008:Development/System
25 set name=variant.arch value=$(ARCH)
26 dir path=opt/libc-tests
27 dir path=opt/libc-tests/bin
28 dir path=opt/libc-tests/cfg
29 dir path=opt/libc-tests/cfg/symbols
30 dir path=opt/libc-tests/runfiles
31 dir path=opt/libc-tests/tests
32 dir path=opt/libc-tests/tests/i18n
33 dir path=opt/libc-tests/tests/random
34 dir path=opt/libc-tests/tests/regex
35 dir path=opt/libc-tests/tests/regex/data
36 dir path=opt/libc-tests/tests/select
37 dir path=opt/libc-tests/tests/stdio
173 file path=opt/libc-tests/tests/stdio/memstream.64 mode=0555
174 file path=opt/libc-tests/tests/stdio/memstream_reopen.32 mode=0555
175 file path=opt/libc-tests/tests/stdio/memstream_reopen.64 mode=0555
176 file path=opt/libc-tests/tests/stdio/open_memstreamtest.32 mode=0555
177 file path=opt/libc-tests/tests/stdio/open_memstreamtest.64 mode=0555
178 file path=opt/libc-tests/tests/stdio/orientation_test.32 mode=0555
179 file path=opt/libc-tests/tests/stdio/orientation_test.64 mode=0555
180 file path=opt/libc-tests/tests/stdio/test_mbrtowc.32 mode=0555
181 file path=opt/libc-tests/tests/stdio/test_mbrtowc.64 mode=0555
182 file path=opt/libc-tests/tests/strcoll-strxfrm-6907.32 mode=0555
183 file path=opt/libc-tests/tests/strcoll-strxfrm-6907.64 mode=0555
184 file path=opt/libc-tests/tests/strerror mode=0555
185 file path=opt/libc-tests/tests/symbols/setup mode=0555
186 file path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH) mode=0555
187 file path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH64) mode=0555
188 file path=opt/libc-tests/tests/thread_name mode=0555
189 file path=opt/libc-tests/tests/timespec_get.32 mode=0555
190 file path=opt/libc-tests/tests/timespec_get.64 mode=0555
191 file path=opt/libc-tests/tests/uchar.32 mode=0555
192 file path=opt/libc-tests/tests/uchar.64 mode=0555
193 file path=opt/libc-tests/tests/utimes.32 mode=0555
194 file path=opt/libc-tests/tests/utimes.64 mode=0555
195 file path=opt/libc-tests/tests/wcsncasecmp-7344.32 mode=0555
196 file path=opt/libc-tests/tests/wcsncasecmp-7344.64 mode=0555
197 file path=opt/libc-tests/tests/wcsncasecmp-7350.32 mode=0555
198 file path=opt/libc-tests/tests/wcsncasecmp-7350.64 mode=0555
199 file path=opt/libc-tests/tests/wcsncasecmp.32 mode=0555
200 file path=opt/libc-tests/tests/wcsncasecmp.64 mode=0555
201 file path=opt/libc-tests/tests/wcsrtombs_test mode=0555
202 file path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH) mode=0555
203 file path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH64) mode=0555
204 file path=opt/libc-tests/tests/wctype_test mode=0555
205 file path=opt/libc-tests/tests/wctype_test.$(ARCH) mode=0555
206 file path=opt/libc-tests/tests/wctype_test.$(ARCH64) mode=0555
207 file path=usr/lib/locale/zz_AA.UTF-8/LC_COLLATE/LCL_DATA mode=0444
208 file path=usr/lib/locale/zz_AA.UTF-8/LC_CTYPE/LCL_DATA mode=0444
209 file path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
210 file path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES/SUNW_OST_OSLIB.mo mode=0444
211 file path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES/priv_names mode=0444
212 file path=usr/lib/locale/zz_AA.UTF-8/LC_MONETARY/LCL_DATA mode=0444
213 file path=usr/lib/locale/zz_AA.UTF-8/LC_NUMERIC/LCL_DATA mode=0444
214 file path=usr/lib/locale/zz_AA.UTF-8/LC_TIME/LCL_DATA mode=0444
|