From 3212470d60a5434f852a6e348cdce85b857d784e Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Fri, 23 Aug 2013 23:05:47 +0200 Subject: tests: make tests for sysmobts conditional --- tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 67dca694..34e6feca 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,9 @@ SUBDIRS = paging cipher sysmobts agch bursts handover +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 :;{ \ -- cgit v1.2.3