#!/bin/sh

set -eu

arch=$(dpkg --print-architecture)
if [ "$arch" = "armhf" ]; then
	echo "This test does not work on armhf"
	return 77
fi

tj3 examples/Tutorial/tutorial.tjp
