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/depends
18 DESC = stf_description
19 TCS =
20
21 include ../../Makefile.test
22
23 .PARALLEL: $(SUBDIRS)
24
25 SUBDIRS = assertion_002 assertion_003 assertion_005 \
26 assertion_006 assertion_008 assertion_009 assertion_011 \
27 assertion_012 assertion_013 assertion_014 assertion_025 \
28 assertion_026 assertion_027 assertion_028 assertion_030 \
29 assertion_031 assertion_033 assertion_034 assertion_035 \
30 assertion_036 assertion_037 assertion_038 assertion_039 \
31 assertion_040 assertion_041 assertion_042 assertion_043 \
32 assertion_044 assertion_045 assertion_046 assertion_047 \
33 assertion_048 assertion_051 assertion_052 assertion_053 \
34 assertion_029
35
36 include $(SRC)/test/Makefile.com