#!/bin/sh

make -f unittests-Makefile -j1 test
exit $?
