#!/bin/sh

make -C tests check
make -C bindings/python-examples check || (cat bindings/python-examples/test-suite.log && false)
