Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
codes
codes
Commits
8123fb24
Commit
8123fb24
authored
Nov 11, 2013
by
Philip Carns
Browse files
convert test scripts to use $srcdir
parent
5c0e95f9
Changes
10
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
8123fb24
...
...
@@ -24,8 +24,6 @@
.dirstamp
*.o
*.a
/tests/modelnet-test
/tests/modelnet-test.sh
# hide backups
*~
...
...
configure.ac
View file @
8123fb24
...
...
@@ -66,9 +66,4 @@ AC_SUBST(CODES_BASE_CFLAGS)
includedir="${includedir}/codes"
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([tests/modelnet-test.sh],[chmod +x tests/modelnet-test.sh])
AC_CONFIG_FILES([tests/modelnet-test-dragonfly.sh],[chmod +x tests/modelnet-test-dragonfly.sh])
AC_CONFIG_FILES([tests/modelnet-test-torus.sh],[chmod +x tests/modelnet-test-torus.sh])
AC_CONFIG_FILES([tests/modelnet-test-loggp.sh],[chmod +x tests/modelnet-test-loggp.sh])
AC_CONFIG_FILES([tests/modelnet-p2p-bw-loggp.sh],[chmod +x tests/modelnet-p2p-bw-loggp.sh])
AC_OUTPUT(maint/codes-net.pc tests/modelnet-p2p-bw-loggp.conf tests/modelnet-test-loggp.conf)
tests/modelnet-p2p-bw-loggp.sh
.in
→
tests/modelnet-p2p-bw-loggp.sh
View file @
8123fb24
#!/bin/bash
abs_srcdir
=
@abs_srcdir@
tests/modelnet-p2p-bw
--sync
=
1
--
tests/modelnet-p2p-bw-loggp.conf
tests/modelnet-test-dragonfly.sh
0 → 100755
View file @
8123fb24
#!/bin/bash
if
[
-z
$srcdir
]
;
then
echo
srcdir variable not set.
exit
1
fi
tests/modelnet-test
--sync
=
1
--
$srcdir
/tests/modelnet-test-dragonfly.conf
tests/modelnet-test-dragonfly.sh.in
deleted
100755 → 0
View file @
5c0e95f9
#!/bin/bash
abs_srcdir
=
@abs_srcdir@
tests/modelnet-test
--sync
=
1
--
$abs_srcdir
/modelnet-test-dragonfly.conf
tests/modelnet-test-loggp.sh
.in
→
tests/modelnet-test-loggp.sh
View file @
8123fb24
#!/bin/bash
abs_srcdir
=
@abs_srcdir@
tests/modelnet-test
--sync
=
1
--
tests/modelnet-test-loggp.conf
tests/modelnet-test-torus.sh
0 → 100755
View file @
8123fb24
#!/bin/bash
if
[
-z
$srcdir
]
;
then
echo
srcdir variable not set.
exit
1
fi
tests/modelnet-test
--sync
=
1
--
$srcdir
/tests/modelnet-test-torus.conf
tests/modelnet-test-torus.sh.in
deleted
100755 → 0
View file @
5c0e95f9
#!/bin/bash
abs_srcdir
=
@abs_srcdir@
tests/modelnet-test
--sync
=
1
--
$abs_srcdir
/modelnet-test-torus.conf
tests/modelnet-test.sh
0 → 100755
View file @
8123fb24
#!/bin/bash
if
[
-z
$srcdir
]
;
then
echo
srcdir variable not set.
exit
1
fi
tests/modelnet-test
--sync
=
1
--
$srcdir
/tests/modelnet-test.conf
tests/modelnet-test.sh.in
deleted
100755 → 0
View file @
5c0e95f9
#!/bin/bash
abs_srcdir
=
@abs_srcdir@
tests/modelnet-test
--sync
=
1
--
$abs_srcdir
/modelnet-test.conf
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment