#!/bin/sh

# Enable meson tests
# By specifying test_skip_install=true the tests are run against the host glycin-loaders
CONFIGURE_FLAGS="-Dtests=true -Dpython_tests=true -Dtest_skip_install=true"

debian/rules CONFIGURE_FLAGS="$CONFIGURE_FLAGS" override_dh_auto_configure
debian/rules override_dh_auto_test
