Separate Qt tests and gtest tests Add a basic shadow of the project structure Add a few simple tests to demonstrate usage
9 lines
114 B
C++
9 lines
114 B
C++
#include "gtest/gtest.h"
|
|
|
|
#include <QString>
|
|
#include "Base/Builder3D.h"
|
|
|
|
TEST(Builder, one){
|
|
QString ss{};
|
|
}
|