Osmocom test suites in TTCN-3 (Eclipse Titan)
https://osmocom.org/projects/core-testing-infra
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.
21 lines
668 B
21 lines
668 B
#!/bin/bash
|
|
|
|
BASEDIR=../deps
|
|
|
|
. ../gen_links.sh.inc
|
|
|
|
#DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
|
|
#FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
|
|
#gen_links $DIR $FILES
|
|
|
|
DIR=$BASEDIR/titan.TestPorts.USB/src
|
|
FILES="USB_PT.cc USB_PT.hh USB_PortType.ttcn USB_PortTypes.ttcn USB_Templates.ttcn USB_Types.ttcn USB_Component.ttcn "
|
|
FILES+="CCID_Types.ttcn CCID_Templates.ttcn CCID_Emulation.ttcn "
|
|
gen_links $DIR $FILES
|
|
|
|
DIR=../library
|
|
FILES="Misc_Helpers.ttcn General_Types.ttcn Osmocom_Types.ttcn "
|
|
FILES+="Native_Functions.ttcn Native_FunctionDefs.cc "
|
|
gen_links $DIR $FILES
|
|
|
|
ignore_pp_results
|
|
|