#!/bin/bash
# Copyright 2019, 2023, 2026, Rylie Pavlik
#
# SPDX-License-Identifier: Apache-2.0

set -e

arg=
if [ -n "$AUTOPKGTEST_TMP" ]; then
    arg="OUTDIR=$AUTOPKGTEST_TMP"
fi

make -f debian/tests/helloxr_gl.mk "$arg" "$@"
