From: Dmitry Volyntsev Date: Thu, 28 Jun 2018 14:04:18 +0000 (+0300) Subject: Adding lib_test to generic test target. X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=82a11f53aef1061d59e41a748d037c217c1fe07a;p=njs.git Adding lib_test to generic test target. --- 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 \