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 # Copyright (c) 2012 by Delphix. All rights reserved.
  13 # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  14 #
  15 
  16 .PARALLEL: $(SUBDIRS)
  17 
  18 SUBDIRS = add_to_host_group \
  19         add_to_target_group \
  20         add_view_entry \
  21         clear_provider_data \
  22         create_host_group \
  23         create_target_group \
  24         delete_host_group \
  25         delete_target_group \
  26         devid_from_iscsi_name \
  27         devid_from_wwn \
  28         get_host_group_list \
  29         get_host_group_members \
  30         get_logical_unit_list \
  31         get_logical_unit_properties \
  32         get_provider_data \
  33         get_view_entry_list \
  34         get_state \
  35         get_target_group_list \
  36         get_target_group_members \
  37         get_target_list \
  38         get_target_properties \
  39         offline_logical_unit \
  40         offline_target \
  41         online_target \
  42         online_logical_unit \
  43         remove_from_host_group \
  44         remove_from_target_group \
  45         remove_view_entry \
  46         set_provider_data
  47 
  48 include $(SRC)/test/Makefile.com