From bac227653a372d8cbd611eefe59ca40ab96dedab Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 6 Jul 2017 18:39:28 +0200 Subject: split off osmo-msc: remove files, apply build, rename Change-Id: Icf025e5ea8d180613b3114282951c9afa67af9a7 --- tests/Makefile.am | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 7e17ad8de..c225afab9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,48 +1,13 @@ SUBDIRS = \ - gsm0408 \ - channel \ - gprs \ - abis \ - gbproxy \ - trau \ - subscr \ - nanobts_omlattr \ sms_queue \ msc_vlr \ $(NULL) -if BUILD_NAT -SUBDIRS += \ - bsc-nat \ - bsc-nat-trie \ - $(NULL) -endif -if BUILD_BSC -SUBDIRS += \ - bsc \ - $(NULL) -endif if BUILD_SMPP SUBDIRS += \ smpp \ $(NULL) endif -if HAVE_LIBGTP -SUBDIRS += \ - gtphub \ - $(NULL) - -if HAVE_LIBCARES -SUBDIRS += \ - sgsn \ - oap \ - xid \ - sndcp_xid \ - slhc \ - v42bis \ - $(NULL) -endif -endif # The `:;' works around a Bash 3.2 bug when the output is not writeable. $(srcdir)/package.m4: $(top_srcdir)/configure.ac @@ -86,7 +51,7 @@ python-tests: $(BUILT_SOURCES) if BUILD_SMPP $(PYTHON) $(srcdir)/smpp_test_runner.py -w $(abs_top_builddir) -v endif - rm -f $(top_builddir)/sms.db $(top_builddir)/gsn_restart $(top_builddir)/gtphub_restart_count + rm -f $(top_builddir)/sms.db else python-tests: $(BUILT_SOURCES) echo "Not running python-based tests (determined at configure-time)" -- cgit v1.2.3