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 # Copyright (c) 2012 by Delphix. All rights reserved.
12 # Copyright 2015 Nexenta Systems, Inc. All rights reserved.
13 #
14 include $(SRC)/Makefile.master
15
16 TPLDIR = svccfg/templates
17 TEST = $(TPLDIR)/prop_pattern_choices
18 DESC = config.env prop_pattern_choices.xml stf_description
19 TCS = prop_pattern_choices_001 prop_pattern_choices_002 prop_pattern_choices_003 \
20 prop_pattern_choices_004 prop_pattern_choices_005 \
21 prop_pattern_choices_006 prop_pattern_choices_007 \
22 prop_pattern_choices_008 prop_pattern_choices_009 \
23 prop_pattern_choices_010 prop_pattern_choices_011 \
24 prop_pattern_choices_012 prop_pattern_choices_013 \
25 prop_pattern_choices_014 prop_pattern_choices_015 \
26 prop_pattern_choices_016 prop_pattern_choices_017 \
27 prop_pattern_choices_018 prop_pattern_choices_019 \
28 prop_pattern_choices_020 prop_pattern_choices_021 \
29 prop_pattern_choices_022 prop_pattern_choices_023 \
30 prop_pattern_choices_024 prop_pattern_choices_025 \
31 prop_pattern_choices_026 prop_pattern_choices_027 \
32 prop_pattern_choices_028 prop_pattern_choices_029 \
33 prop_pattern_choices_030 prop_pattern_choices_031 \
34 prop_pattern_choices_032
35
36 include ../../../Makefile.test