修正测试

This commit is contained in:
2026-01-05 03:11:34 +08:00
parent 1f679551f2
commit 8263ccf814
14 changed files with 61 additions and 12 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
#include <QCoreApplication>
#include <QApplication>
#include <gtest/gtest.h>
int main(int argc, char **argv)
{
QCoreApplication app(argc, argv);
QApplication app(argc, argv);
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}