Hi,

i run into the same issue recently and made the following changes to fix the tests.

best regards,
Martin
>From 3469c0092ac66f7a77b28d3f30b8c9c52ec88cbf Mon Sep 17 00:00:00 2001
From: Martin Hauke <[email protected]>
Date: Wed, 21 Aug 2013 20:16:30 +0200
Subject: [PATCH] fix tests for sysmobts

---
 tests/Makefile.am | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5fb128f..4283a24 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,8 @@
-SUBDIRS = paging cipher sysmobts
+SUBDIRS = paging cipher
+
+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
-- 
1.8.1.4

>From 6a970697d6731674282a14743ed5748f348ca7dc Mon Sep 17 00:00:00 2001
From: Martin Hauke <[email protected]>
Date: Wed, 21 Aug 2013 20:18:40 +0200
Subject: [PATCH] fix tests for sysmobts (jolly/trx)

---
 tests/Makefile.am | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index d233df9..e5f1e64 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,8 @@
-SUBDIRS = paging cipher sysmobts bursts handover
+SUBDIRS = paging cipher 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
-- 
1.8.1.4

Reply via email to