[njs] Adding lib_test to generic test target.
Dmitry Volyntsev
xeioex at nginx.com
Thu Jun 28 14:04:41 UTC 2018
details: http://hg.nginx.org/njs/rev/0307e2740df7
branches:
changeset: 542:0307e2740df7
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Thu Jun 28 17:04:18 2018 +0300
description:
Adding lib_test to generic test target.
diffstat:
Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 4a02df907ed9 -r 0307e2740df7 Makefile
--- a/Makefile Thu Jun 28 14:37:25 2018 +0300
+++ b/Makefile Thu Jun 28 17:04:18 2018 +0300
@@ -99,7 +99,8 @@ libnjs: $(NXT_BUILDDIR)/libnjs.a
njs_interactive_test: njs_expect_test $(NXT_BUILDDIR)/njs_interactive_test
$(NXT_BUILDDIR)/njs_interactive_test
-test: njs_interactive_test \
+test: lib_test \
+ njs_interactive_test \
$(NXT_BUILDDIR)/njs_unit_test \
$(NXT_BUILDDIR)/njs_benchmark \
More information about the nginx-devel
mailing list