projects
/
tinc
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
test/splice.c: reformat with astyle
[tinc]
/
test
/
executables.test
1
#!/bin/sh
2
3
# shellcheck source=testlib.sh
4
. ./testlib.sh
5
6
echo [STEP] Just test whether the executables work
7
8
tinc foo --help
9
10
tincd foo --help
11
12
if [ -e "$SPTPS_TEST" ]; then
13
$SPTPS_TEST --help
14
fi