Files
oak-editor/tests/gtest/plugin_support_test.cpp
T
Mike-Solar f03b6b58ff style: reformat C/C++ sources and headers with clang-format
Run clang-format over all project C/C++ source and header files
(.c, .cpp, .cc, .h, .hpp, .hh, .m, .mm) under app/ and tests/.
Non-source files (svg, qm, qrc, etc.) were not touched.
2026-07-13 15:34:11 +08:00

9 lines
172 B
C++

#include <gtest/gtest.h>
#include "pluginSupport/OliveHost.h"
TEST(PluginSupport, LoadPluginsEmptyPath)
{
EXPECT_NO_THROW({ olive::plugin::loadPlugins(QString()); });
}