gpsd-minimal/tests/smoke/runtest.sh
Miroslav Lichvar 34e523315c add smoke test
Related: #2182490
2023-07-25 15:07:52 +02:00

10 lines
119 B
Bash
Executable File

#!/bin/bash
set -ex
for b in gpsd gpscat gpspipe cgps gpsfake ubxtool; do
$b --help |& grep -i ^usage:
done
exit 0