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 2016 Nexenta Systems, Inc. All rights reserved.
14 #
15 include $(SRC)/Makefile.master
16
17 TEST = num_attrs
18 SHRSRC = data.cfg NUM_ATTRS.flist README
19 TCLSRC = num_attrs_neg10 num_attrs_neg17 num_attrs_neg18 num_attrs_neg21 \
20 num_attrs_neg25 num_attrs_neg28 num_attrs_pos00 num_attrs_pos01 \
21 num_attrs_pos02 num_attrs_pos03 num_attrs_pos04 num_attrs_pos05 \
22 num_attrs_pos06 num_attrs_pos07 num_attrs_pos08 num_attrs_pos09 \
23 num_attrs_pos10 num_attrs_pos11 num_attrs_pos12 num_attrs_pos13 \
24 num_attrs_pos14 num_attrs_pos15 num_attrs_pos16 num_attrs_pos17 \
25 num_attrs_pos18 num_attrs_pos19 num_attrs_pos20 num_attrs_pos22 \
26 num_attrs_pos23 num_attrs_pos24 num_attrs_pos26 num_attrs_pos27 \
27 num_attrs_pos28 num_attrs_pos29 num_attrs_pos30
28 TCS = ck_fattr quota_query01 runtests
29
30 include ../Makefile.test