Commit f6ea0d4d authored by baire's avatar baire
Browse files

fixed root module name

parent 791d5f0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#T3DK_TTCN_SOURCES	= ../../ttcn/LibSip_SIPTypesAndValues.ttcn ../../ttcn/LibSip_SDPTypes.ttcn
T3DK_TTCN_SOURCES	= $(wildcard ../validation/*.ttcn)

T3DK_ROOT_MODULE	= SipCodecTest_TortureTestCases
T3DK_ROOT_MODULE	= SipTorture_TestCases

T3DK_C_SOURCES		= $(wildcard *.c)