You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
16 lines
341 B
C++
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"
|
|
|