blob: 180486c0054f68e7818ec7f3b6de528aab8a4245 [file] [log] [blame]
Neels Hofmeyr5c5b2762020-10-01 06:35:56 +02001#!/bin/sh
2
Oliver Smithf8fe1322021-10-12 13:05:42 +02003NAME=SMLC_Tests
Neels Hofmeyr5c5b2762020-10-01 06:35:56 +02004
Oliver Smith2e0e6242021-10-12 12:45:16 +02005FILES="
6 *.c
7 *.ttcn
8 *.ttcnpp
9 IPA_CodecPort_CtrlFunctDef.cc
10 IPL4asp_PT.cc
11 IPL4asp_discovery.cc
12 IuUP_EncDec.cc
13 MGCP_CodecPort_CtrlFunctDef.cc
14 Native_FunctionDefs.cc
15 RTP_CodecPort_CtrlFunctDef.cc
16 RTP_EncDec.cc
17 SCTPasp_PT.cc
18 SDP_EncDec.cc
19 TCCConversion.cc
20 TCCInterface.cc
21 TELNETasp_PT.cc
22"
Neels Hofmeyr5c5b2762020-10-01 06:35:56 +020023
Oliver Smith2e0e6242021-10-12 12:45:16 +020024export CPPFLAGS_TTCN3="
25 -DIPA_EMULATION_RSL
26 -DIPA_EMULATION_MGCP
27 -DIPA_EMULATION_CTRL
28 -DIPA_EMULATION_SCCP
29 -DRAN_EMULATION_BSSAP
30 -DRAN_EMULATION_MGCP
31 -DRAN_EMULATION_CTRL
32 -DUSE_MTP3_DISTRIBUTOR
33"
Neels Hofmeyr5c5b2762020-10-01 06:35:56 +020034
Oliver Smithf8fe1322021-10-12 13:05:42 +020035../regen-makefile.sh -e $NAME $FILES