You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
|
|
NAME=OPCAP_CLIENT_Tests
|
|
|
|
FILES="
|
|
*.ttcn
|
|
IPL4asp_PT.cc
|
|
IPL4asp_discovery.cc
|
|
Native_FunctionDefs.cc
|
|
OPCAP_CodecPort_CtrlFunctdef.cc
|
|
TCCConversion.cc
|
|
TCCEncoding.cc
|
|
TCCInterface.cc
|
|
TELNETasp_PT.cc
|
|
"
|
|
|
|
export CPPFLAGS_TTCN3=""
|
|
|
|
../regen-makefile.sh -e $NAME $FILES
|