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

This ensures that the rpath of the generated binaries is set to use only
the just-compiled so-files and not any system-wide installed libraries
while avoiding the ugly shell script wrapper.

Change-Id: I927561289b17b313d52fb5c1da55e237fc1d33be
This commit is contained in:
Oliver Smith 2019-03-19 13:46:08 +01:00 committed by osmith
parent ee7c0cb8d9
commit 3cf87fe22c
4 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,7 @@ AM_CFLAGS = \
$(NULL)
AM_LDFLAGS = \
-no-install \
$(NULL)
EXTRA_DIST = \

View File

@ -10,6 +10,10 @@ AM_CFLAGS = \
$(SQLITE3_CFLAGS) \
$(NULL)
AM_LDFLAGS = \
-no-install \
$(NULL)
EXTRA_DIST = \
db_test.ok \
db_test.err \

View File

@ -12,6 +12,7 @@ AM_CFLAGS = \
$(NULL)
AM_LDFLAGS = \
-no-install \
$(NULL)
EXTRA_DIST = \

View File

@ -12,6 +12,7 @@ AM_CFLAGS = \
$(NULL)
AM_LDFLAGS = \
-no-install \
$(NULL)
EXTRA_DIST = \