Print this page
NEX-16806 update smbclient test suite
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
NEX-16806 update smbclient test suite (cstyle)
NEX-16806 update smbclient test suite (cleanup)
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com>
| Split |
Close |
| Expand all |
| Collapse all |
--- old/usr/src/pkg/manifests/system-test-testrunner.mf
+++ new/usr/src/pkg/manifests/system-test-testrunner.mf
1 1 #
2 2 # This file and its contents are supplied under the terms of the
3 3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 4 # You may only use this file in accordance with the terms of version
5 5 # 1.0 of the CDDL.
6 6 #
7 7 # A full copy of the text of the CDDL should have accompanied this
8 8 # source. A copy of the CDDL is also available via the Internet at
9 9 # http://www.illumos.org/license/CDDL.
10 10 #
11 11
12 12 #
13 13 # Copyright (c) 2012 by Delphix. All rights reserved.
14 14 #
15 15
16 16 set name=pkg.fmri value=pkg:/system/test/testrunner@$(PKGVERS)
17 17 set name=pkg.description value="Test Runner"
18 18 set name=pkg.summary value="Unit Test Framework"
19 19 set name=info.classification \
20 20 value=org.opensolaris.category.2008:Development/System
21 21 set name=variant.arch value=$(ARCH)
|
↓ open down ↓ |
21 lines elided |
↑ open up ↑ |
22 22 dir path=opt/test-runner
23 23 dir path=opt/test-runner/bin
24 24 dir path=opt/test-runner/man
25 25 dir path=opt/test-runner/man/man1
26 26 dir path=opt/test-runner/stf
27 27 dir path=opt/test-runner/stf/contrib
28 28 dir path=opt/test-runner/stf/contrib/include
29 29 dir path=opt/test-runner/stf/include
30 30 file path=opt/test-runner/bin/run mode=0555
31 31 file path=opt/test-runner/man/man1/run.1 mode=0444
32 +file path=opt/test-runner/stf/contrib/include/ctiutils.shlib mode=0555
32 33 file path=opt/test-runner/stf/contrib/include/logapi.shlib mode=0555
33 34 file path=opt/test-runner/stf/include/stf.shlib mode=0555
34 35 license cr_Sun license=cr_Sun
35 36 license lic_CDDL license=lic_CDDL
37 +license usr/src/test/test-runner/stf/contrib/LICENSE.Artistic \
38 + license=usr/src/test/test-runner/stf/contrib/LICENSE.Artistic
36 39 depend fmri=security/sudo type=require
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX