Commit edbaaeab authored by YannGarcia's avatar YannGarcia
Browse files

Bug fixed in 40-ttf_t012.sh

parent 2791a6eb
......@@ -18,9 +18,12 @@ echo -e "*****************************\n* Set up environment\n******************
cd /home/etsi/dev/TTF_T012_Mec/scripts
ln -sf /home/etsi/dev/TTF_T012_Mec/scripts/devenv.bash.ubuntu /home/etsi/devenv.bash
. /home/etsi/devenv.bash
set
echo -e "*****************************\n* Build Mec test suite\n*****************************\n"
echo -e "*****************************\n* Apply patched \n*****************************\n"
cd /home/etsi/dev/TTF_T012_Mec
cp ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/
cp ./ttcn/patch_lib_common_titan/*.ttcn ./ttcn/LibCommon/
cp ./ttcn/patch_lib_http/*.ttcn ./ttcn/LibIts/ttcn/Http/
echo -e "*****************************\n* Build Mec test suite\n*****************************\n"
export ATS=AtsMec
make
......
sources := \
ttcn/LibCommon_AbstractData.ttcn \
ttcn/LibCommon_BasicTypesAndValues.ttcn \
ttcn/LibCommon_DataStrings.ttcn \
ttcn/LibCommon_Sync.ttcn \
ttcn/LibCommon_TextStrings.ttcn \
ttcn/LibCommon_Time.ttcn \
ttcn/LibCommon_VerdictControl.ttcn
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment