Commit 296fda2d authored by baire's avatar baire
Browse files

fixed root module name

parent 5dd1ce48
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)