Add cleanup hook for integration tests
[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