]> git.kaiwu.me - njs.git/commit
Making build and test targets separate.
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 5 Oct 2017 15:22:56 +0000 (18:22 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 5 Oct 2017 15:22:56 +0000 (18:22 +0300)
commit3c6d51d0b41754419303657b0ba84b393c397f61
tree7b4f7d62520b54e149f5537d959f1eebfd874719
parent98f529fdb35afc7d1732b8bbbddd25924a1aa124
Making build and test targets separate.

Previously, if libedit was unavailable the default action was to build
libnjs and run tests. However, if it was available the default action
was just building binaries.

This patch makes the two high-level targets which are intended to be
invoked externally.  The default one for building all available binaries
and the test target for running all available tests.
Makefile
nxt/auto/editline