Files
libopenshot/tests/catch_main.cpp
2022-06-17 15:37:47 -04:00

16 lines
341 B
C++

/**
* @file
* @brief Source code for Unit test executable (runs all tests and reports successes and failures)
* @author Jonathan Thomas <jonathan@openshot.org>
*
* @ref License
*/
// Copyright (c) 2008-2019 OpenShot Studios, LLC
//
// SPDX-License-Identifier: LGPL-3.0-or-later
#define CATCH_CONFIG_MAIN
#include "openshot_catch.h"