#!/bin/sh -e
ln -s /usr/include/catch2/catch.hpp src/unittest/ 2>&1 || :
make V=2 OPENMSX_FLAVOUR=unittest 2>&1

derived/openmsx
exit 0
