#!/bin/sh
# Simple smoke test to ensure the installed binary runs, the full import chain
# resolves and --help works.
set -e

gpiod-sysfs-proxy --help

echo "smoke: OK"
