#!/bin/sh
# Copyright © 2019 Collabora Ltd.
# SPDX-License-Identifier: BSD-3-Clause
# (See debian/copyright)

set -e
set -u
set -x

prove -v tests/sdk/*.t
prove --exec=python3 -v tests/sdk/*.py
python3 ./abi/have-all-libraries.py
