Print this page
NEX-18791 Catch up with illumos 5869
Reviewed by: Gordon Ross <gwr@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
5869 Need AES CMAC support in KCF+PKCS11
Portions contributed by: Jason King <jason.king@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Dan McDonald <danmcd@joyent.com>
Approved by: Gordon Ross <gwr@nexenta.com>
NEX-7193 Integrate NFS nfsgen tests
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-5326 Integrate NFSv4 test suites
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-5069 Integrate SMF command line interfaces test suites
Reviewed by: Tom Whitten <thomas.whitten@nexenta.com>
NEX-4516 backport cpqary3 update from illumos
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
6113 cpqary3: add support for hp gen9 smart array controllers
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Dan McDonald <danmcd@omniti.com>
NEX-4461 backport illumos #6202 (htable crime wave)
Reviewed by: Alek Pinchuk <alek.pinchuk@nexenta.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
NEX-4438 Integrate NFS share mount test suite
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com>
NEX-3627 CLONE - Port NEX-3626 Port ndmp test suites to nza-kernel
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-3235 integrate smbclient test suite
NEX-3206 To port the existing STC COMSTAR iSCSI test suite into usr/src/test
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-2633 Need to modify Makefile to build lofi and share test suites

Split Close
Expand all
Collapse all
          --- old/usr/src/test/Makefile
          +++ new/usr/src/test/Makefile
↓ open down ↓ 4 lines elided ↑ open up ↑
   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  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
       15 +# Copyright 2016 Nexenta Systems, Inc.  All rights reserved.
  15   16  #
  16   17  
  17      -.PARALLEL: $(SUBDIRS)
       18 +.PARALLEL:      $(SUBDIRS)
  18   19  
  19      -SUBDIRS = libc-tests crypto-tests os-tests test-runner util-tests zfs-tests
       20 +SUBDIRS=        comstar-tests   \
       21 +                crypto-tests    \
       22 +                libc-tests      \
       23 +                lofi-tests      \
       24 +                ndmp-tests      \
       25 +                nfsgen-tests    \
       26 +                nfssharemnt-tests \
       27 +                nfsv4-tests     \
       28 +                os-tests        \
       29 +                sharefs-tests   \
       30 +                smbclient-tests \
       31 +                smf-tests       \
       32 +                test-runner     \
       33 +                util-tests      \
       34 +                zfs-tests
  20   35  
  21      -include Makefile.com
       36 +include         Makefile.com
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX