aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2020-09-08 18:58:22 +0200
committerDaniel Willmann <dwillmann@sysmocom.de>2020-10-15 10:51:00 +0200
commit423d8f48f82f273b3e8285b68510c7a889c4eeee (patch)
treee186c05398da6998099e0e014456b44b3980611e /Makefile
parent654f85e2b85c3a5b18be8904d1602b98df3c0ae0 (diff)
Add initial TTCN3 test for GbProxy
The first testcase, TC_BVC_bringup just waits for NS/BSSGP Emulation to do their thing. If nothing fails there then we pass. Related: SYS#5002 Change-Id: Ib3dc05fe5598b53e963ca863968e387cc36b9de3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b1a7e617..481dfb94 100644
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-SUBDIRS=bsc bsc-nat bts ccid ggsn_tests hlr mgw mme msc pcu pgw remsim sccp selftest sgsn \
- simtrace sip stp sysinfo smlc
+SUBDIRS=bsc bsc-nat bts ccid gbproxy ggsn_tests hlr mgw mme msc pcu pgw remsim \
+ sccp selftest sgsn simtrace sip stp sysinfo smlc
NPROC=$(shell nproc 2>/dev/null)
ifeq ($(NPROC),)