From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Palethorpe Date: Fri, 04 Jun 2021 09:42:37 +0100 Subject: [LTP] [RFC PATCH 1/2] Add 'make checks' and clang-checks to build system In-Reply-To: References: <20210603154825.30165-1-rpalethorpe@suse.com> <20210603154825.30165-2-rpalethorpe@suse.com> Message-ID: <878s3qja0y.fsf@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hello, Petr Vorel writes: > Hi Richie, > >> Hi Richie, > >> > Allows the user to run 'make check' to check all source files or >> > 'make check-' to check one source file corresponding to a >> > target. > >> > Adds makefile pieces for tools/clang-checks/main which will be a >> > libclang based tool. By default this is ran by 'make check'. > >> Compilation does not work from tools directory: > >> $ cd tools/ && make >> ../include/mk/testcases.mk:25: ../include/mk/clang-checks.mk: No such file or directory >> make: *** No rule to make target '../include/mk/clang-checks.mk'. Stop. > > I guess you forget to add git add include/mk/clang-checks.mk, right? Argg, yes, sorry for wasting your time. This is my fault for not cleaning up my LTP directory. > > Kind regards, > Petr -- Thank you, Richard.