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
This commit is contained in:
8
tests/src/Base/Builder3D.cpp
Normal file
8
tests/src/Base/Builder3D.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include <QString>
|
||||
#include "Base/Builder3D.h"
|
||||
|
||||
TEST(Builder, one){
|
||||
QString ss{};
|
||||
}
|
||||
Reference in New Issue
Block a user