6239 Add PKCS#11 v2.40 support
[unleashed.git] / usr / src / test / zfs-tests / tests / functional / casenorm / Makefile
blobde9a016bcbc92bc4b492b7ab8c29504d70bd0e64
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.
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.
13 # Copyright 2015 Nexenta Systems, Inc. All rights reserved.
16 include $(SRC)/Makefile.master
18 ROOTOPTPKG= $(ROOT)/opt/zfs-tests
19 ROOTTESTDIR= $(ROOTOPTPKG)/tests/functional/casenorm
21 TESTS= setup \
22 cleanup \
23 case_all_values \
24 norm_all_values \
25 sensitive_none_lookup \
26 sensitive_none_delete \
27 sensitive_formd_lookup \
28 sensitive_formd_delete \
29 insensitive_none_lookup \
30 insensitive_none_delete \
31 insensitive_formd_lookup \
32 insensitive_formd_delete \
33 mixed_none_lookup \
34 mixed_none_lookup_ci \
35 mixed_none_delete \
36 mixed_formd_lookup \
37 mixed_formd_lookup_ci \
38 mixed_formd_delete
40 FILES= casenorm.cfg \
41 casenorm.kshlib
43 ROOTTESTS= $(TESTS:%=$(ROOTTESTDIR)/%)
44 ROOTFILES= $(FILES:%=$(ROOTTESTDIR)/%)
45 $(ROOTTESTS) := FILEMODE = 0555
46 $(ROOTFILES) := FILEMODE = 0444
48 all lint clean clobber:
50 install: $(ROOTTESTS) $(ROOTFILES)
52 $(ROOTTESTS) $(ROOTFILES): $(ROOTTESTDIR)
54 $(ROOTTESTDIR):
55 $(INS.dir)
57 $(ROOTTESTDIR)/%: %.ksh
58 $(INS.rename)
60 $(ROOTTESTDIR)/%: %
61 $(INS.file)