Lines Matching +full:src +full:-
1 # Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
2 # Copyright (c) 2020-2022 Huawei Device Co., Ltd. All rights reserved.
35 "src/ctype/ctype_func_test.c",
36 "src/ctype/isdigit_test.c",
37 "src/ctype/islower_test.c",
38 "src/ctype/isxdigit_test.c",
39 "src/ctype/tolower_test.c",
40 "src/ctype/toupper_test.c",
41 "src/errno/strerror_test.c",
42 "src/math/math_func_test.c",
43 "src/mqueue/mqueue_func_test.c",
44 "src/posix_test.c",
45 "src/regex/regex_func_test.c",
46 "src/semaphore/semaphore_func_test.c",
47 "src/stdarg/stdarg_func_test.c",
48 "src/stdlib/atoi_test.c",
49 "src/stdlib/atol_test.c",
50 "src/stdlib/atoll_test.c",
51 "src/stdlib/strtol_test.c",
52 "src/stdlib/strtoul_test.c",
53 "src/stdlib/strtoull_test.c",
54 "src/string/memory_func_test.c",
55 "src/string/strchr_test.c",
56 "src/string/string_func_test_01.c",
57 "src/string/string_func_test_02.c",
58 "src/string/string_func_test_03.c",
59 "src/string/strstr_test.c",
60 "src/time/time_func_test_01.c",
64 deps = [ "src/fs" ]
69 "src",
74 "-Wno-unused-function",
75 "-Wno-int-conversion",
78 cflags = [ "--no_warnings" ]