tests: use -no-install libtool flag to avoid ./lt-* scripts

This option should be used for any executables which are used only
for testing, or for generating other files and are consequently never
installed.  By specifying this option, we are telling Libtool that
the executable it links will only ever be executed from where it is
built in the build tree.  Libtool is usually able to considerably
speed up the link process for such executables.

Change-Id: Ib5402f99805437ad1ea49792b99434b57b616a2f
This commit is contained in:
Vadim Yanitskiy 2023-03-13 04:18:50 +07:00
parent 29baab4c58
commit 90ba826c6b
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ AM_CFLAGS = \
$(LIBOSMOCODEC_CFLAGS) \
$(NULL)
AM_LDFLAGS = -no-install
check_PROGRAMS = \
procqueue/pq_test \
io/pq_file_test \