#!/bin/sh

set -e

exec 2>&1

ln -s /usr/lib/$(dpkg-architecture -qDEB_BUILD_MULTIARCH)/libopenzwave.a .

make test
