Files
create/tests/src/App/Branding.cpp
berniev 1848f57908 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

8 lines
95 B
C++

#include "gtest/gtest.h"
#include "App/Branding.h"
TEST(Branding, one){
QString ss {};
}