Commit d6f7c8d9 authored by baire's avatar baire
Browse files

compile with the validation suite

parent f4eab3a3
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line

T3DK_TTCN_SOURCES	= ../../ttcn/LibSip_SIPTypesAndValues.ttcn ../../ttcn/LibSip_SDPTypes.ttcn
#T3DK_TTCN_SOURCES	= ../../ttcn/LibSip_SIPTypesAndValues.ttcn ../../ttcn/LibSip_SDPTypes.ttcn
T3DK_TTCN_SOURCES	= $(wildcard ../validation/*.ttcn)

T3DK_ROOT_MODULE	= LibSip
T3DK_ROOT_MODULE	= SipCodecTest_TortureTestCases

T3DK_C_SOURCES		= $(wildcard *.c)

@@ -17,8 +18,8 @@ CC = gcc

CXX			= g++

CFLAGS			= -g -O2
CFLAGS			= -g 

CXXFLAGS		= -g -O2
CXXFLAGS		= -g

include $(shell t3devkit-config --mk)