blob: 2f58493ea469472bca547ae67219a1815ae558bb [file] [log] [blame]
Harald Welte71117b62020-04-26 15:29:35 +02001#!/bin/bash
Harald Welte4526da92020-03-05 23:08:10 +01002
Oliver Smithf8fe1322021-10-12 13:05:42 +02003NAME=PGW_Tests
4
Oliver Smith2e0e6242021-10-12 12:45:16 +02005FILES="
6 *.ttcn
Oliver Smithbd78b612021-10-12 12:57:47 +02007 BSSGP_EncDec.cc
Oliver Smith2e0e6242021-10-12 12:45:16 +02008 DIAMETER_CodecPort_CtrlFunctDef.cc
9 DIAMETER_EncDec.cc
10 GTPC_EncDec.cc
11 GTPU_EncDec.cc
Pau Espin Pedrol4b090c92024-02-29 19:47:07 +010012 GTPv1C_CodecPort_CtrlFunctDef.cc
13 GTPv1U_CodecPort_CtrlFunctDef.cc
Oliver Smith2e0e6242021-10-12 12:45:16 +020014 GTPv2_CodecPort_CtrlFunctDef.cc
15 ICMP_EncDec.cc
16 ICMPv6_EncDec.cc
17 IPL4asp_PT.cc
18 IPL4asp_discovery.cc
19 IP_EncDec.cc
20 Native_FunctionDefs.cc
21 TCCConversion.cc
22 TCCInterface.cc
Pau Espin Pedrole343a882022-05-18 18:51:11 +020023 TCCEncoding.cc
Oliver Smith2e0e6242021-10-12 12:45:16 +020024 UDP_EncDec.cc
25 UECUPS_CodecPort_CtrlFunctDef.cc
26"
27
28export CPPFLAGS_TTCN3="
29"
Harald Welte4526da92020-03-05 23:08:10 +010030
Oliver Smithf8fe1322021-10-12 13:05:42 +020031../regen-makefile.sh -e $NAME $FILES