#!/bin/sh
set -e
osrm-routed --help
osrm-extract --help
osrm-contract --help
osrm-partition --help
osrm-customize --help
osrm-datastore --help
# osrm-components and osrm-io-benchmark do not support --help; verify they
# start and print a usage line when called with no arguments.
osrm-components 2>&1 | grep -qi "usage"
osrm-io-benchmark 2>&1 | grep -qi "usage"
