mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
3055102217
v2: Increase line length, and add to formatting script (rpavlik)
11 lines
243 B
C++
11 lines
243 B
C++
// Copyright 2020, Collabora, Ltd.
|
|
// SPDX-License-Identifier: BSL-1.0
|
|
/*!
|
|
* @file
|
|
* @brief Translation unit to build Catch2 main.
|
|
* @author Ryan Pavlik <ryan.pavlik@collabora.com>
|
|
*/
|
|
|
|
#define CATCH_CONFIG_MAIN
|
|
#include "catch/catch.hpp"
|