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 include $(SRC)/Makefile.master
16
17 TEST = svc.startd/methods
18 DESC = stf_description
19 TCS =
20
21 include ../../Makefile.test
22
23 .PARALLEL: $(SUBDIRS)
24
25 SUBDIRS = assertion_001 assertion_002 assertion_003 assertion_004 \
26 assertion_005 assertion_006 assertion_007 assertion_008 \
27 assertion_009 assertion_010 assertion_011 assertion_012 \
28 assertion_013 assertion_014 assertion_015 assertion_016 \
29 assertion_017 assertion_018 assertion_019 assertion_020 \
30 assertion_021 assertion_022 assertion_023 assertion_024 \
31 assertion_025 assertion_026 assertion_027 assertion_028 \
32 assertion_029 assertion_030 assertion_033 assertion_034 \
33 assertion_035 assertion_036 assertion_037 assertion_038 \
34 assertion_039 assertion_040 assertion_041 assertion_042 \
35 assertion_043 assertion_044
36
37 include $(SRC)/test/Makefile.com