#!/bin/bash
set -e

outfile=libc_s7.so

rm -f "${outfile}" || true
echo | snd.nox 2>&1
if ! [ -e "${outfile}" ]; then
	echo "'${outfile}' was not produced" 1>&2
	exit 1
fi
