Commit 602c8d33 authored by YannGarcia's avatar YannGarcia
Browse files

Bug fixed in docker scripts

parent e0777bfe
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -31,9 +31,13 @@ cp ./ttcn/patch_sip_titan/*.ttcn ./ttcn/LibSip/ttcn/
cp ./ttcn/patch_sip_titan/module.mk ./ttcn/LibSip/
cp  ./ttcn/patch_lib_its/module.mk ./ttcn/LibIts/

echo -e "*****************************\n* Build Mec test suite\n*****************************\n"
export ATS=AtsNg112
echo -e "*****************************\n* Build test suites\n*****************************\n"
ATS_LIST="AtsLIS AtsECRF AtsESRP AtsPSAP"
for i in ${ATS_LIST}
do
    export ATS=$i
    make
done

echo -e "*****************************\n* Init Eclipse Workspace\n*****************************\n"