aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-02-29 11:32:50 +0100
committerlaforge <laforge@osmocom.org>2020-04-01 10:16:02 +0000
commit0ee2297e97eb78d4be7719e6fd4ddfa33738a259 (patch)
treef8002f77da6d3847a794e4523a56556d9705367d /Makefile
parent49a61e66cb23081e17f083d589e9244741dba27a (diff)
Initial SIMTRACE testsuite
This doesn't really do much yet in terms of test coverage, but it adds all related infrastructure Change-Id: If9fa66b6c5fbddd742ff61fa2c1345736d07accd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ceacf39..90b54b36 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,8 @@
# 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 sip stp sysinfo
+SUBDIRS=bsc bsc-nat bts ggsn_tests hlr mgw msc pcu remsim sccp selftest sgsn \
+ simtrace sip stp sysinfo
NPROC=$(shell nproc 2>/dev/null)
ifeq ($(NPROC),)