aboutsummaryrefslogtreecommitdiffstats
path: root/tests/smpp/Makefile.am
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/smpp/Makefile.am
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/smpp/Makefile.am')
-rw-r--r--tests/smpp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/smpp/Makefile.am b/tests/smpp/Makefile.am
index 8d631198c..00090daae 100644
--- a/tests/smpp/Makefile.am
+++ b/tests/smpp/Makefile.am
@@ -24,7 +24,7 @@ EXTRA_DIST = \
smpp_test.err \
$(NULL)
-noinst_PROGRAMS = \
+check_PROGRAMS = \
smpp_test \
$(NULL)