From 82a11f53aef1061d59e41a748d037c217c1fe07a Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Thu, 28 Jun 2018 17:04:18 +0300 Subject: [PATCH] Adding lib_test to generic test target. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 26e7c13b..b1cc0531 100644 --- a/Makefile +++ b/Makefile @@ -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 \ -- 2.47.3