Commit 228d5428 authored by garciay's avatar garciay
Browse files

Validate MSRP torture tests

parent 67bcd2de
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ In this case, you shall execute the command below to set gcc v3.0 as default com

	mkdir /opt
	cd /opt
	ln -s /cygdrive/c/Program\ Files/Elvior  /opt/
	ln -s /usr/share/testcat-src  /opt/Elvior

3. Install boost-mingw-gcc345-1.38.0 package
	copy archive file boost-mingw-gcc345-1.38.0.tar.gz in /opt
@@ -76,9 +76,12 @@ Note that if a directory /usr/include/boost already exist, move it into /usr/inc


7. Patch Elvior TTCN-3 tool
	copy the entire 'TestCastPatch' folder to /usr/share/TestCastT3
	Update(or create) the symbolic link in /opt/ to point to testcast-src folder:
  		ln -s /usr/share/TestCastT3 /opt/Elvior/Lib/TciC
	change to directory /usr/share/testcast-src
        create the directry testcast-src/TestCastT3/Lib/TciC
		mkdir -p TestCastT3/Lib/TciC
	copy the entire 'TestCastPatch' folder to /usr/share/testcast-src/TestCastT3/Lib/TciC
	change to directory /usr/share/testcast-src/TestCastT3/Lib/TciC
	Lanch make

Note that Adapter.cpp and Codec.cpp are required for building the adapters and codecs for STF
Note that if libtcicd.a and libtritci.a are not in the Lib/TciC/ folder, build them by the provided makefile and copy them to Lib/TciC
+3 −0
Original line number Diff line number Diff line
@@ -12,11 +12,14 @@ T3DK_TTCN_SOURCES_STF407 = $(wildcard \
      )
else
# Original STF407 TTCN-3 source code
# WARNING: Do not forget to align TTCN source code with original one (in LibSip)
T3DK_TTCN_SOURCES_STF407 = $(wildcard \
      ../ttcn/LibCommon/ttcn/*.ttcn \
      ../ttcn/LibSipWithoutXSD/ttcn/LibSip_Interface.ttcn \
      ../ttcn/LibSipWithoutXSD/ttcn/LibSip_SDPTypes.ttcn \
      ../ttcn/LibSipWithoutXSD/ttcn/LibSip_SIPTypesAndValues.ttcn \
      ../ttcn/LibSipWithoutXSD/ttcn/LibSip_SimpleMsgSummaryTypes.ttcn \
      ../ttcn/LibSipWithoutXSD/ttcn/LibSip_SMSTypesAndvalues.ttcn \
      ../ttcn/AtsImsIot/LibMsrp/trunk/LibMsrp_TypesAndValues.ttcn3 \
      ../ttcn/LibIot/*.ttcn \
      ../ttcn/LibUpperTester/LibUpperTester.ttcn \