summaryrefslogtreecommitdiff
path: root/usr/src/pkg/manifests/system-test-elftest.mf
blob: ef3f45b5fc63ff914759e11fff7848ac7a3de39c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#

#
# Copyright 2018, Richard Lowe.
#

set name=pkg.fmri value=pkg:/system/test/elftest@$(PKGVERS)
set name=pkg.description value="ELF Unit Tests"
set name=pkg.summary value="ELF Test Suite"
set name=info.classification \
    value=org.opensolaris.category.2008:Development/System
set name=variant.arch value=$(ARCH)
dir path=opt/elf-tests
dir path=opt/elf-tests/bin
dir path=opt/elf-tests/runfiles
dir path=opt/elf-tests/tests
dir path=opt/elf-tests/tests/assert-deflib
dir path=opt/elf-tests/tests/linker-sets
dir path=opt/elf-tests/tests/tls
dir path=opt/elf-tests/tests/tls/amd64
dir path=opt/elf-tests/tests/tls/amd64/ie
dir path=opt/elf-tests/tests/tls/amd64/ld
dir path=opt/elf-tests/tests/tls/i386
dir path=opt/elf-tests/tests/tls/i386/ld
file path=opt/elf-tests/README mode=0444
file path=opt/elf-tests/bin/elftest mode=0555
file path=opt/elf-tests/runfiles/default.run mode=0444
file path=opt/elf-tests/tests/assert-deflib/link.c mode=0444
file path=opt/elf-tests/tests/assert-deflib/test-deflib mode=0555
file path=opt/elf-tests/tests/linker-sets/in-use-check mode=0555
file path=opt/elf-tests/tests/linker-sets/simple mode=0555
file path=opt/elf-tests/tests/linker-sets/simple-src.c mode=0444
file path=opt/elf-tests/tests/linker-sets/simple.out mode=0444
file path=opt/elf-tests/tests/tls/amd64/ie/Makefile.test mode=0444
file path=opt/elf-tests/tests/tls/amd64/ie/amd64-ie-test mode=0555
file path=opt/elf-tests/tests/tls/amd64/ie/style1-func-with-r12.s mode=0444
file path=opt/elf-tests/tests/tls/amd64/ie/style1-func-with-r13.s mode=0444
file path=opt/elf-tests/tests/tls/amd64/ie/style1-func.s mode=0444
file path=opt/elf-tests/tests/tls/amd64/ie/style1-main.s mode=0444
file path=opt/elf-tests/tests/tls/amd64/ie/style2-with-badness.s mode=0444
file path=opt/elf-tests/tests/tls/amd64/ie/style2-with-r12.s mode=0444
file path=opt/elf-tests/tests/tls/amd64/ie/style2-with-r13.s mode=0444
file path=opt/elf-tests/tests/tls/amd64/ie/style2.s mode=0444
file path=opt/elf-tests/tests/tls/amd64/ld/Makefile.test mode=0444
file path=opt/elf-tests/tests/tls/amd64/ld/amd64-ld-test mode=0555
file path=opt/elf-tests/tests/tls/amd64/ld/ld-with-addend.s mode=0444
file path=opt/elf-tests/tests/tls/i386/ld/Makefile.test mode=0444
file path=opt/elf-tests/tests/tls/i386/ld/half-ldm.s mode=0444
file path=opt/elf-tests/tests/tls/i386/ld/i386-ld-test mode=0555
license lic_CDDL license=lic_CDDL
license usr/src/test/elf-tests/THIRDPARTYLICENSE \
    license=usr/src/test/elf-tests/THIRDPARTYLICENSE
depend fmri=developer/linker type=require
depend fmri=developer/object-file type=require
depend fmri=system/test/testrunner type=require