monado/tests/tests_main.cpp
2023-12-18 14:29:02 -06:00

11 lines
245 B
C++

// Copyright 2020, Collabora, Ltd.
// SPDX-License-Identifier: BSL-1.0
/*!
* @file
* @brief Translation unit to build Catch2 main.
* @author Rylie Pavlik <rylie.pavlik@collabora.com>
*/
#define CATCH_CONFIG_MAIN
#include "catch/catch.hpp"