aboutsummaryrefslogtreecommitdiffstats
path: root/tests/xid
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-04-13 19:55:36 +0300
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-04-13 19:55:36 +0300
commit199f295d3654153f361c249c395459ee657141b2 (patch)
tree36b61c454aea157a6f3acc21ce4e4a3af1c936f8 /tests/xid
parent3c7656a481931f7d001119c5ec0a7b2b10bd2744 (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: I8118ee3d3da9bdcd0c691471ef91b95dba21004a
Diffstat (limited to 'tests/xid')
-rw-r--r--tests/xid/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xid/Makefile.am b/tests/xid/Makefile.am
index 6f058f5a6..d3c205e07 100644
--- a/tests/xid/Makefile.am
+++ b/tests/xid/Makefile.am
@@ -15,7 +15,7 @@ EXTRA_DIST = \
xid_test.ok \
$(NULL)
-noinst_PROGRAMS = \
+check_PROGRAMS = \
xid_test \
$(NULL)