#!/bin/sh

set -e
set -x

LIBDL_LDFLAGS="-ldl" ./bootstrap
./configure --enable-unit --enable-integration --enable-tcti-swtpm

make -j$(nproc) check
