Print this page
10076 make usr/src/test smatch clean
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/test/libc-tests/tests/symbols/Makefile
+++ new/usr/src/test/libc-tests/tests/symbols/Makefile
1 1 #
2 2 # This file and its contents are supplied under the terms of the
3 3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 4 # You may only use this file in accordance with the terms of version
5 5 # 1.0 of the CDDL.
6 6 #
7 7 # A full copy of the text of the CDDL should have accompanied this
8 8 # source. A copy of the CDDL is also available via the Internet at
9 9 # http://www.illumos.org/license/CDDL.
10 10 #
11 11
12 12 #
13 13 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
14 14 # Copyright 2018, Joyent, Inc.
15 15 #
16 16
17 17 include $(SRC)/Makefile.master
18 18
19 19 TESTSUBDIR = symbols
20 20 PROG = symbols_test
21 21 KSHPROG = setup
22 22 SYMTESTS = \
23 23 assert_h \
24 24 ctype_h \
25 25 dirent_h \
26 26 fcntl_h \
27 27 locale_h \
28 28 math_h \
29 29 netdb_h \
30 30 pthread_h \
31 31 stdalign_h \
32 32 stddef_h \
33 33 signal_h \
34 34 stdio_h \
35 35 stdlib_h \
36 36 stdnoreturn_h \
37 37 string_h \
38 38 strings_h \
39 39 sys_stat_h \
40 40 sys_time_h \
41 41 sys_timeb_h \
42 42 time_h \
↓ open down ↓ |
42 lines elided |
↑ open up ↑ |
43 43 threads_h \
44 44 ucontext_h \
45 45 unistd_h \
46 46 wchar_h \
47 47 wctype_h
48 48
49 49 EXTRAPROG += $(SYMTESTS)
50 50
51 51 include ../Makefile.com
52 52
53 +# needs work
54 +SMOFF += testing_index_after_use
55 +
53 56 LDLIBS += -lcustr
54 57 LDLIBS64 += -lcustr
55 58
56 59 $(SYMTESTS:%=$(TESTDIR)/%): $(TESTDIR)/setup
57 60 -$(RM) $@
58 61 $(LN) $(TESTDIR)/setup $@
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX