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/context
18 DESC = config.env stf_description
19 TCS = add_testaccount remove_testaccount
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_010 assertion_012 \
27 assertion_013 assertion_014 assertion_015 assertion_016 \
28 assertion_018 assertion_019 assertion_020 assertion_021 \
29 assertion_022 assertion_023 assertion_024 assertion_025 \
30 assertion_026 assertion_027 assertion_029 assertion_031 \
31 assertion_035 assertion_036 assertion_037 assertion_038 \
32 assertion_039 assertion_040 assertion_041 assertion_042 \
33 assertion_043 assertion_044
34
35 include $(SRC)/test/Makefile.com