aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-04-19 19:37:11 +0200
committerHarald Welte <laforge@osmocom.org>2020-04-19 19:39:37 +0200
commite735a3f6d1f219c9385d3316fc541a6cbd8f923e (patch)
tree7d157cfd2df327bcfcc7b54600bd2e1e9c0ab0f3 /Makefile
parentaf763aaef5d066a369de5db17a4de34cd35c39e8 (diff)
Makefile: Add missing 'ccid' and 'mme' test suites
Only if they're part of the master Makefile, they will be built during gerrit build verification. Change-Id: I3c0b89eacadb12efc1e946d8eaff7864a8483c7a
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90b54b36..90bbcea8 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 remsim sccp selftest sgsn \
+SUBDIRS=bsc bsc-nat bts ccid ggsn_tests hlr mgw mme msc pcu remsim sccp selftest sgsn \
simtrace sip stp sysinfo
NPROC=$(shell nproc 2>/dev/null)