monado/tests/tests_main.cpp
Ryan Pavlik 1a5d31b82b st/oxr: New input transform implementation, fixes conformance failures.
Includes unit tests for oxr_input_transform, add to CI

This is a revised implementation using "variants" instead of
"inheritance" in a linked-list.
2020-06-17 10:03:32 +00:00

11 lines
242 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"