]> granicus.if.org Git - esp-idf/commit
unit-test-app: don’t include project.mk for ut- targets
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 26 Jun 2018 04:39:27 +0000 (12:39 +0800)
committerbot <bot@espressif.com>
Wed, 1 Aug 2018 08:59:02 +0000 (08:59 +0000)
commit497b123958619387ddb2c4eacabe57f7ab053487
treec4a3f2979580ea05fb9f9f13d6407c9dcc81a0c4
parentd8a1080bdf3b21d24db831819a0db05531a7cb4b
unit-test-app: don’t include project.mk for ut- targets

If project.mk is included twice in recursive invocation of Make, some
variables defined on the first pass will not be redefined on the
second pass. Rather than cleaning up these variables before calling
Make recursively, don’t include IDF project.mk at all, if one of the
ut- targets is requested.
tools/unit-test-app/Makefile