aboutsummaryrefslogtreecommitdiffstats
path: root/sysinfo/gen_links.sh
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-07-19 19:57:26 +0200
committerHarald Welte <laforge@gnumonks.org>2017-07-19 19:57:26 +0200
commit3b8bdd63580a10b74c7556bd8fb6e2629e6b5734 (patch)
tree3938ad8f3c0887b654b4a5b856dcfe9fe328ef56 /sysinfo/gen_links.sh
parent599faa1d1882cc35114c88727714e51a6a1bad95 (diff)
Introduce 'library' directory for modules shared by multiple test cases
Diffstat (limited to 'sysinfo/gen_links.sh')
-rwxr-xr-xsysinfo/gen_links.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysinfo/gen_links.sh b/sysinfo/gen_links.sh
index 91fa37b9..b719b061 100755
--- a/sysinfo/gen_links.sh
+++ b/sysinfo/gen_links.sh
@@ -26,3 +26,8 @@ gen_links $DIR $FILES
DIR=$BASEDIR/titan.TestPorts.TELNETasp/src
FILES="TELNETasp_PT.cc TELNETasp_PT.hh TELNETasp_PortType.ttcn"
gen_links $DIR $FILES
+
+DIR=../library
+FILES="GSMTAP_PortType.ttcn GSMTAP_Types.ttcn GSM_SystemInformation.ttcn GSM_Types.ttcn IPL4_GSMTAP_CtrlFunct.ttcn IPL4_GSMTAP_CtrlFunctDef.cc Osmocom_Types.ttcn General_Types.ttcn"
+gen_links $DIR $FILES
+