Commit d4382d1d authored by baire's avatar baire
Browse files

changed the root module to use 'TestExecution'

parent 6c396aff
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	= SipTorture_TestCases
T3DK_ROOT_MODULE	= TestExecution

T3DK_C_SOURCES		= $(wildcard *.c)