Add support for meson build system
[tinc] / test / executables.test
index 35dd2bc..390d2c7 100755 (executable)
@@ -1,8 +1,14 @@
 #!/bin/sh
 
-. ./testlib.sh
+# shellcheck disable=SC1090
+. "$TESTLIB_PATH"
 
-# Just test whether the executables work
-$tincd --help
-$tinc --help
-$sptps_test --help
+echo [STEP] Just test whether the executables work
+
+tinc foo --help
+
+tincd foo --help
+
+if [ -e "$SPTPS_TEST_PATH" ]; then
+  "$SPTPS_TEST_PATH" --help
+fi