Separate Qt tests and gtest tests Add a basic shadow of the project structure Add a few simple tests to demonstrate usage
8 lines
95 B
C++
8 lines
95 B
C++
#include "gtest/gtest.h"
|
|
|
|
#include "App/Branding.h"
|
|
|
|
TEST(Branding, one){
|
|
QString ss {};
|
|
}
|