Move integration tests into a subdirectory
[tinc] / test / integration / executables.test
1 #!/bin/sh
2
3 # shellcheck disable=SC1090
4 . "$TESTLIB_PATH"
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_PATH" ]; then
13   "$SPTPS_TEST_PATH" --help
14 fi