sources (326:2aad6a5fac13) sources (354:8fc82db3530b)
1
2# Copyright (C) Igor Sysoev
3# Copyright (C) NGINX, Inc.
4
5
6NXT_LIB_DEPS=" \
7 src/nxt_main.h \
8 src/nxt_clang.h \

--- 204 unchanged lines hidden (view full) ---

213 test/nxt_mem_zone_test.c \
214 test/nxt_lvlhsh_test.c \
215 test/nxt_gmtime_test.c \
216 test/nxt_sprintf_test.c \
217 test/nxt_malloc_test.c \
218 test/nxt_utf8_test.c \
219 test/nxt_rbtree1_test.c \
220 test/nxt_http_parse_test.c \
1
2# Copyright (C) Igor Sysoev
3# Copyright (C) NGINX, Inc.
4
5
6NXT_LIB_DEPS=" \
7 src/nxt_main.h \
8 src/nxt_clang.h \

--- 204 unchanged lines hidden (view full) ---

213 test/nxt_mem_zone_test.c \
214 test/nxt_lvlhsh_test.c \
215 test/nxt_gmtime_test.c \
216 test/nxt_sprintf_test.c \
217 test/nxt_malloc_test.c \
218 test/nxt_utf8_test.c \
219 test/nxt_rbtree1_test.c \
220 test/nxt_http_parse_test.c \
221 test/nxt_strverscmp_test.c \
221"
222
223NXT_LIB_UTF8_FILE_NAME_TEST_SRCS=" \
224 test/nxt_utf8_file_name_test.c \
225"
226
227
228if [ $NXT_SSLTLS = YES ]; then

--- 110 unchanged lines hidden ---
222"
223
224NXT_LIB_UTF8_FILE_NAME_TEST_SRCS=" \
225 test/nxt_utf8_file_name_test.c \
226"
227
228
229if [ $NXT_SSLTLS = YES ]; then

--- 110 unchanged lines hidden ---