aboutsummaryrefslogtreecommitdiffstats
path: root/tests/msc_vlr
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-04-13 19:55:35 +0300
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-04-13 19:55:35 +0300
commitc628c9e25646395a4a6045a1071672e77a95f4c1 (patch)
tree24235c4118ff14aa98b9509c31f4549ab5de373a /tests/msc_vlr
parentdd262263954cc01a986ac5232bfd762cd772d6b6 (diff)
tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
When using 'check_PROGRAMS', autoconf/automake generates smarter Makefiles, so that the test programs are not being compiled during the normal 'make all', but only during 'make check'. Change-Id: I13b519e61ca0d9ce038e8c989ddac012de4a6c61
Diffstat (limited to 'tests/msc_vlr')
-rw-r--r--tests/msc_vlr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/msc_vlr/Makefile.am b/tests/msc_vlr/Makefile.am
index 0e150367c..a84ea3fbd 100644
--- a/tests/msc_vlr/Makefile.am
+++ b/tests/msc_vlr/Makefile.am
@@ -76,7 +76,7 @@ EXTRA_DIST = \
msc_vlr_test_ss.err \
$(NULL)
-noinst_PROGRAMS = \
+check_PROGRAMS = \
msc_vlr_test_no_authen \
msc_vlr_test_gsm_authen \
msc_vlr_test_gsm_ciph \