#!/bin/sh -ex

# This basically duplicates the linux-autotools test
# https://github.com/mstorsjo/fdk-aac/blob/master/.github/workflows/ci.yml
dh_autoreconf
dh_auto_configure -- --enable-example
dh_auto_build
./test/run-test.sh
