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:
7
tests/src/Gui/Assistant.cpp
Normal file
7
tests/src/Gui/Assistant.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include "Gui/Assistant.h"
|
||||
|
||||
TEST(Assistant, first){
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user