aboutsummaryrefslogtreecommitdiffstats
path: root/tests/paging
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-03-11 04:25:34 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-03-11 04:26:51 +0700
commit6b204ebd668048297ff72e9d85029690d3f04f00 (patch)
treed9ae553bda3b668c68aab4edcb72175aa4cfb2f8 /tests/paging
parent2acc7b94d21349dd0fa708dd3c4851af8fbf3a76 (diff)
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: I37f078bdc17e128298b956f493ff5c03ef476f98
Diffstat (limited to 'tests/paging')
-rw-r--r--tests/paging/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/paging/Makefile.am b/tests/paging/Makefile.am
index 5472c489a..7fb7ff196 100644
--- a/tests/paging/Makefile.am
+++ b/tests/paging/Makefile.am
@@ -28,6 +28,7 @@ paging_test_SOURCES = \
paging_test_LDFLAGS = \
-Wl,--wrap=abis_rsl_sendmsg \
+ -no-install \
$(NULL)
paging_test_LDADD = \