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/test/test-runner/stf/contrib/include/Makefile
          +++ new/usr/src/test/test-runner/stf/contrib/include/Makefile
   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  
  
    | 
      ↓ open down ↓ | 
    11 lines elided | 
    
      ↑ open up ↑ | 
  
  12   12  #
  13   13  # Copyright (c) 2012 by Delphix. All rights reserved.
  14   14  #
  15   15  
  16   16  include $(SRC)/Makefile.master
  17   17  include $(SRC)/test/Makefile.com
  18   18  
  19   19  ROOTOPTPKG = $(ROOT)/opt/test-runner
  20   20  INCLUDEDIR = $(ROOTOPTPKG)/stf/contrib/include
  21   21  
  22      -PROGS = logapi.shlib
       22 +PROGS = logapi.shlib ctiutils.shlib
  23   23  
  24   24  CMDS = $(PROGS:%=$(INCLUDEDIR)/%)
  25   25  $(CMDS) := FILEMODE = 0555
  26   26  
  27   27  all lint clean clobber:
  28   28  
  29   29  install: $(CMDS)
  30   30  
  31   31  $(CMDS): $(INCLUDEDIR)
  32   32  
  33   33  $(INCLUDEDIR):
  34   34          $(INS.dir)
  35   35  
  36   36  $(INCLUDEDIR)/%: %
  37   37          $(INS.file)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX