aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-03-04 18:31:11 +0100
committerlaforge <laforge@gnumonks.org>2019-09-13 11:45:45 +0000
commitfaa42924445655a99ff95a630c22b66906fbc833 (patch)
tree6fc92f886e2a067abb0dd9564693a54c956725bd /Makefile
parent6da25e36e6bcb2a8ed475ac48ac2bb0716133b43 (diff)
Initial TTCN-3 test suite for osmo-remsim
This adds shared infrastructure and initial test suites for osmo-remsim-{server,client,bankd}. Change-Id: I00034d3a991f0f881cfd8ff0bfc4557113daf830
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c8e951a..99243d6e 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-SUBDIRS=bsc bsc-nat bts ggsn_tests hlr mgw msc pcu sccp selftest sgsn sip sysinfo
+SUBDIRS=bsc bsc-nat bts ggsn_tests hlr mgw msc pcu remsim sccp selftest sgsn sip sysinfo
NPROC=$(shell nproc 2>/dev/null)
ifeq ($(NPROC),)