1// Copyright 2020, Collabora, Ltd. 2// SPDX-License-Identifier: BSL-1.0 3/*! 4 * @file 5 * @brief Translation unit to build Catch2 main. 6 * @author Ryan Pavlik <ryan.pavlik@collabora.com> 7 */ 8 9#define CATCH_CONFIG_MAIN 10#include "catch/catch.hpp"