Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
38
Issues
38
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
codes
codes
Commits
8123fb24
Commit
8123fb24
authored
Nov 11, 2013
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
convert test scripts to use $srcdir
parent
5c0e95f9
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
24 additions
and
26 deletions
+24
-26
.gitignore
.gitignore
+0
-2
configure.ac
configure.ac
+0
-5
tests/modelnet-p2p-bw-loggp.sh
tests/modelnet-p2p-bw-loggp.sh
+0
-2
tests/modelnet-test-dragonfly.sh
tests/modelnet-test-dragonfly.sh
+8
-0
tests/modelnet-test-dragonfly.sh.in
tests/modelnet-test-dragonfly.sh.in
+0
-5
tests/modelnet-test-loggp.sh
tests/modelnet-test-loggp.sh
+0
-2
tests/modelnet-test-torus.sh
tests/modelnet-test-torus.sh
+8
-0
tests/modelnet-test-torus.sh.in
tests/modelnet-test-torus.sh.in
+0
-5
tests/modelnet-test.sh
tests/modelnet-test.sh
+8
-0
tests/modelnet-test.sh.in
tests/modelnet-test.sh.in
+0
-5
No files found.
.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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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