aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-03-19 13:46:08 +0100
committerosmith <osmith@sysmocom.de>2019-03-19 13:04:49 +0000
commit3cf87fe22cf53178ddd4f7e5c4be67ca8c4bc8bd (patch)
treee69b6e4ee694551486742c838680d14a78876f7e
parentee7c0cb8d94710f5e40967e16d17071c89253a6d (diff)
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
-rw-r--r--tests/auc/Makefile.am1
-rw-r--r--tests/db/Makefile.am4
-rw-r--r--tests/gsup/Makefile.am1
-rw-r--r--tests/gsup_server/Makefile.am1
4 files changed, 7 insertions, 0 deletions
diff --git a/tests/auc/Makefile.am b/tests/auc/Makefile.am
index 9f2974f..a3814b6 100644
--- a/tests/auc/Makefile.am
+++ b/tests/auc/Makefile.am
@@ -13,6 +13,7 @@ AM_CFLAGS = \
$(NULL)
AM_LDFLAGS = \
+ -no-install \
$(NULL)
EXTRA_DIST = \
diff --git a/tests/db/Makefile.am b/tests/db/Makefile.am
index d5fce65..afda5be 100644
--- a/tests/db/Makefile.am
+++ b/tests/db/Makefile.am
@@ -10,6 +10,10 @@ AM_CFLAGS = \
$(SQLITE3_CFLAGS) \
$(NULL)
+AM_LDFLAGS = \
+ -no-install \
+ $(NULL)
+
EXTRA_DIST = \
db_test.ok \
db_test.err \
diff --git a/tests/gsup/Makefile.am b/tests/gsup/Makefile.am
index 7c33dbd..907aae8 100644
--- a/tests/gsup/Makefile.am
+++ b/tests/gsup/Makefile.am
@@ -12,6 +12,7 @@ AM_CFLAGS = \
$(NULL)
AM_LDFLAGS = \
+ -no-install \
$(NULL)
EXTRA_DIST = \
diff --git a/tests/gsup_server/Makefile.am b/tests/gsup_server/Makefile.am
index fee60f5..686ce37 100644
--- a/tests/gsup_server/Makefile.am
+++ b/tests/gsup_server/Makefile.am
@@ -12,6 +12,7 @@ AM_CFLAGS = \
$(NULL)
AM_LDFLAGS = \
+ -no-install \
$(NULL)
EXTRA_DIST = \