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

derived/openmsx
exit 0
