[PATCH wayland] Makefile: build also test programs during a normal build
Jan Engelhardt
jengelh at inai.de
Wed Nov 16 16:19:29 UTC 2016
On Wednesday 2016-11-16 17:16, Daniel Stone wrote:
>> noinst_PROGRAMS = \
>> + $(built_test_programs) \
>> + exec-fd-leak-checker \
>> fixed-benchmark
>>
>> check_LTLIBRARIES = libtest-runner.la
>
>Doesn't this have to be (or at least, shouldn't: I can imagine
>autotools making it a non-issue, but it is at least unclean)
>noinst_LTLIBRARIES instead? With that:
noinst_LTLIBRARIES will never build shared libraries. You can of
course do that, but it has the usual implications.
More information about the wayland-devel
mailing list