vaseboot/tests/asn1_test.in

12 lines
245 B
Plaintext

#! @BUILD_SHEBANG@
set -ex
. "@builddir@/VasEBoot-core/modinfo.sh"
out=`echo functional_test asn1_test | @builddir@/VasEBoot-shell`
if [ "$(echo "$out" | tail -n 1)" != "ALL TESTS PASSED" ]; then
echo "ASN.1 test failure: $out"
exit 1
fi