[LTP] [RFC PATCH 1/2] Add 'make checks' and clang-checks to build system
Petr Vorel
pvorel@suse.cz
Fri Jun 4 08:12:22 CEST 2021
Hi Richie,
> Hi Richie,
> > Allows the user to run 'make check' to check all source files or
> > 'make check-<target>' 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?
Kind regards,
Petr
More information about the ltp
mailing list