添加测试
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "audio/audiomanager.h"
|
||||
#include "cli/cliexport/cliexportmanager.h"
|
||||
#include "dialog/progress/progress.h"
|
||||
#include "panel/panelmanager.h"
|
||||
#include "tool/tool.h"
|
||||
#include "ui/humanstrings.h"
|
||||
#include "widget/nodeview/nodeview.h"
|
||||
#include "window/mainwindow/mainwindow.h"
|
||||
|
||||
TEST(ModuleSmoke, HeadersBuild)
|
||||
{
|
||||
SUCCEED();
|
||||
}
|
||||
Reference in New Issue
Block a user