Unit application library.
Library now used in all language modules. Old 'nxt_app_*' code removed. See src/test/nxt_unit_app_test.c for usage sample.
This commit is contained in:
@@ -167,7 +167,7 @@ NXT_PHP_MODULE_SRCS=" \
|
||||
|
||||
# The php module object files.
|
||||
|
||||
nxt_objs=
|
||||
nxt_objs=$NXT_BUILD_DIR/src/nxt_unit.o
|
||||
|
||||
for nxt_src in $NXT_PHP_MODULE_SRCS; do
|
||||
|
||||
|
||||
Reference in New Issue
Block a user