diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2018-10-15 13:44:56 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2018-10-15 13:44:56 +0000 |
commit | 16d3daed247b1695bbf21679b70086c38d044eb7 (patch) | |
tree | b6f459dfe48396dbd24f046a2f746892a3d8e630 /usr/src/pkg/manifests/system-test-utiltest.mf | |
parent | 8fe8a39ea9f7811d9c1e2e48a46932561906883f (diff) | |
parent | a6d101109bfb442cf0db6d8ebb5fb7c32cb16d7e (diff) | |
download | illumos-joyent-16d3daed247b1695bbf21679b70086c38d044eb7.tar.gz |
[illumos-gate merge]
commit a6d101109bfb442cf0db6d8ebb5fb7c32cb16d7e
9472 Add smbutil discon command
commit 4226f635096bf9d814aa9fb335518c4855bbe3a3
6375 Add native name demangling support
commit 83b4671e6262c5aa6b4f9fb5a384b1946dfc2e7f
9664 loader: need UEFI32 support
commit e1bf37b1abeb6653a6e35e2bd6924131cced1efe
9884 cw(1) should use -fpic rather than -Kpic
Conflicts:
usr/src/test/util-tests/tests/Makefile
usr/src/cmd/mdb/common/mdb/mdb_demangle.c
Diffstat (limited to 'usr/src/pkg/manifests/system-test-utiltest.mf')
-rw-r--r-- | usr/src/pkg/manifests/system-test-utiltest.mf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-test-utiltest.mf b/usr/src/pkg/manifests/system-test-utiltest.mf index ea1a72989c..0797eed1b0 100644 --- a/usr/src/pkg/manifests/system-test-utiltest.mf +++ b/usr/src/pkg/manifests/system-test-utiltest.mf @@ -14,6 +14,7 @@ # Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved. # Copyright 2014 Nexenta Systems, Inc. All rights reserved. # Copyright 2017 Joyent, Inc. +# Copyright 2017 Jason King. # set name=pkg.fmri value=pkg:/system/test/utiltest@$(PKGVERS) @@ -26,6 +27,7 @@ dir path=opt/util-tests dir path=opt/util-tests/bin dir path=opt/util-tests/runfiles dir path=opt/util-tests/tests +dir path=opt/util-tests/tests/demangle dir path=opt/util-tests/tests/dis dir path=opt/util-tests/tests/dis/i386 dir path=opt/util-tests/tests/dis/risc-v @@ -1116,6 +1118,9 @@ file path=opt/util-tests/tests/awk/tests/T.split mode=0555 file path=opt/util-tests/tests/awk/tests/T.sub mode=0555 file path=opt/util-tests/tests/awk/tests/T.system mode=0555 file path=opt/util-tests/tests/date_test mode=0555 +file path=opt/util-tests/tests/demangle/afl-fast mode=0555 +file path=opt/util-tests/tests/demangle/gcc-libstdc++ mode=0555 +file path=opt/util-tests/tests/demangle/llvm-stdcxxabi mode=0555 file path=opt/util-tests/tests/dis/distest mode=0555 file path=opt/util-tests/tests/dis/i386/32.adx.out mode=0444 file path=opt/util-tests/tests/dis/i386/32.adx.s mode=0444 @@ -1400,5 +1405,7 @@ file path=opt/util-tests/tests/printf_test mode=0555 file path=opt/util-tests/tests/set-linkprop mode=0555 file path=opt/util-tests/tests/xargs_test mode=0555 license lic_CDDL license=lic_CDDL +license usr/src/lib/libdemangle/THIRDPARTYLICENSE \ + license=usr/src/lib/libdemangle/THIRDPARTYLICENSE depend fmri=system/library/iconv/utf-8 type=require depend fmri=system/test/testrunner type=require |