#!/bin/sh
export LC_ALL=C
# run the upstream test suite against the installed versions of libfaketime

# see https://github.com/wolfcw/libfaketime/issues/288
ln -sf /usr/lib/$(dpkg-architecture --query DEB_BUILD_MULTIARCH)/faketime/* src/
cd test
make
