mirror of https://gerrit.osmocom.org/osmo-dev
ttcn3.sh: clone deps on first run
Change-Id: Id41a64d1012b9f54811c19d593cab125322a5c96changes/21/18621/1
parent
1b471a9a39
commit
389dafb940
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue