Files
create/tests/src/Base/Builder3D.cpp
berniev 9a05a04dad Improve unit testing directory structure
Separate Qt tests and gtest tests
Add a basic shadow of the project structure
Add a few simple tests to demonstrate usage
2023-01-30 07:15:09 -07:00

9 lines
114 B
C++

#include "gtest/gtest.h"
#include <QString>
#include "Base/Builder3D.h"
TEST(Builder, one){
QString ss{};
}