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

derived/openmsx
exit 0
