]> 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)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 24 Jul 2018 06:54:55 +0000 (09:54 +0300)
commitb0af8ad22f3653fe47f292ff11f03ecebcacb3cb
treec52934293bb4d2ce1bc89a8b5bddc2f73a5dc0af
parentfec079cd4434a7bdbe83becdeed3aef55554fd26
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