添加测试
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "pluginSupport/OliveHost.h"
|
||||
|
||||
TEST(PluginSupport, LoadPluginsEmptyPath)
|
||||
{
|
||||
EXPECT_NO_THROW({
|
||||
olive::plugin::loadPlugins(QString());
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user