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:
@@ -155,7 +155,7 @@ NXT_PERL_MODULE_SRCS=" \
|
||||
|
||||
# The Perl module object files.
|
||||
|
||||
nxt_objs=
|
||||
nxt_objs=$NXT_BUILD_DIR/src/nxt_unit.o
|
||||
|
||||
for nxt_src in $NXT_PERL_MODULE_SRCS; do
|
||||
|
||||
|
||||
Reference in New Issue
Block a user