#!/bin/sh

# Copyright © 2019-2021 Collabora Ltd.
# SPDX-License-Identifier: BSD-2-Clause
# (see debian/copyright)

set -eu

# We don't actually check for a GL context here, because there's no
# guarantee that the test system has working GL: we just check that
# an executable linked to the shared library can run at all.
wflinfo --help
