From 68c6f887c222bf9527fe3960285608f12071e81f Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 30 Sep 2014 09:10:25 +0200 Subject: sgsn: Add boilerplate code for a SGSN test --- openbsc/tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbsc/tests/Makefile.am') diff --git a/openbsc/tests/Makefile.am b/openbsc/tests/Makefile.am index 7bb871218..273c84f63 100644 --- a/openbsc/tests/Makefile.am +++ b/openbsc/tests/Makefile.am @@ -12,6 +12,10 @@ if BUILD_SMPP SUBDIRS += smpp endif +if HAVE_LIBGTP +SUBDIRS += sgsn +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