#!/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
export FAKETIME_TESTLIB=/usr/lib/$(dpkg-architecture --query DEB_BUILD_MULTIARCH)/faketime/libfaketime.so.1
cd test
make all randomtest test_library_constructors test_variable_data
