#!/bin/bash -xe

patch -p1 < debian/tests/upstream-test-fixup.patch
qmake -o tests/Makefile tests/tests.pro
make -C tests check
