#!/bin/sh

set -e

dh_autoreconf 2>/dev/null
./configure --prefix=/usr --with-openssl --with-tpm2

make check VERBOSE=1
