ttcn3.sh: clone deps on first run

Change-Id: Id41a64d1012b9f54811c19d593cab125322a5c96
This commit is contained in:
Oliver Smith 2020-04-27 14:33:15 +02:00
parent 1b471a9a39
commit 389dafb940
1 changed files with 7 additions and 0 deletions

View File

@ -213,6 +213,13 @@ build_osmo_programs() {
build_testsuite() {
cd "$(get_testsuite_dir)"
local deps_marker="${DIR_OSMODEV}/ttcn3/make/.ttcn3-deps"
if ! [ -e "$deps_marker" ]; then
make -C "${DIR_OSMODEV}/src/osmo-ttcn3-hacks/deps" -j"$JOBS"
touch "$deps_marker"
fi
./gen_links.sh
./regen_makefile.sh
make compile