#!/bin/sh -e
# SPDX-FileCopyrightText: 2021 John Scott <jscott@posteo.net>
# SPDX-License-Identifier: GPL-3.0-or-later
sh-elf-gcc -o "$AUTOPKGTEST_TMP"/longjmp debian/tests/longjmp.c
cd "$AUTOPKGTEST_TMP"
sh-elf-run ./longjmp
