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
1 #
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright (c) 2012 by Delphix. All rights reserved.
14 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
15 #
16
17 .PARALLEL: $(SUBDIRS)
18
19 SUBDIRS = libc-tests crypto-tests os-tests test-runner util-tests zfs-tests
20
21 include Makefile.com
|
1 #
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright (c) 2012 by Delphix. All rights reserved.
14 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
15 # Copyright 2016 Nexenta Systems, Inc. All rights reserved.
16 #
17
18 .PARALLEL: $(SUBDIRS)
19
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
35
36 include Makefile.com
|