aboutsummaryrefslogtreecommitdiffstats
path: root/tests/amr
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-04-13 19:55:33 +0300
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-04-15 01:01:16 +0300
commitc350b9a9f68123ee8778a8112f425541a44911fa (patch)
treedb60af9d5639eb541ebb4e6cf92255d1ff1d350e /tests/amr
parent56585bb3516855cf64325fb05b299ca2fcc6d540 (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: I18ebb7395024a490da743c0bcb20959e6e9c7017
Diffstat (limited to 'tests/amr')
-rw-r--r--tests/amr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/amr/Makefile.am b/tests/amr/Makefile.am
index 607d0510..79225353 100644
--- a/tests/amr/Makefile.am
+++ b/tests/amr/Makefile.am
@@ -3,7 +3,7 @@ AM_CFLAGS = -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOCODEC_CFLA
$(LIBOSMOABIS_CFLAGS) $(LIBOSMOTRAU_CFLAGS)
LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(LIBOSMOCODEC_LIBS) \
$(LIBOSMOABIS_LIBS) $(LIBOSMOTRAU_LIBS)
-noinst_PROGRAMS = amr_test
+check_PROGRAMS = amr_test
EXTRA_DIST = amr_test.ok amr_test.err
amr_test_SOURCES = amr_test.c