#!/bin/sh
set -e

# Verify sdpb binary runs and responds to --help
sdpb --help
echo "smoke test: OK"
