aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorIvan Kluchnikov <kluchnikovi@gmail.com>2014-05-07 18:09:06 +0400
committerHarald Welte <laforge@gnumonks.org>2015-09-22 16:41:24 +0200
commit2340b88ede52d8da5ff203b97464653c6f4528d5 (patch)
treec3d953f1d8382c532ed23bdd0b16ae558d6da01e /tests
parent329085a8ff2c1162a32eb617068fa5614efcde06 (diff)
fix: make sysmobts tests only when sysmobts is enabled
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 633b6a4a..955d8f37 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,8 @@
-SUBDIRS = paging cipher sysmobts agch misc
+SUBDIRS = paging cipher agch misc
+
+if ENABLE_SYSMOBTS
+SUBDIRS += sysmobts
+endif
# The `:;' works around a Bash 3.2 bug when the output is not writeable.
$(srcdir)/package.m4: $(top_srcdir)/configure.ac