diff options
Diffstat (limited to 'ggsn_tests/gen_links.sh')
-rwxr-xr-x | ggsn_tests/gen_links.sh | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/ggsn_tests/gen_links.sh b/ggsn_tests/gen_links.sh index 071c6c8..25990d3 100755 --- a/ggsn_tests/gen_links.sh +++ b/ggsn_tests/gen_links.sh @@ -2,14 +2,7 @@ BASEDIR=../deps -gen_links() { - DIR=$1 - FILES=$* - for f in $FILES; do - echo "Linking $f" - ln -sf $DIR/$f $f - done -} +. ../gen_links.sh.inc #DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src #FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn" |