mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-09 15:19:58 +01:00
Add Catch2 and Google Test on Cmake
ToDo: - Add compiling QElectroTech on Cmake (help needed) - more Tests? - Qt Test - Boost Test to test run qtcreator File > open => CMakeLists.txt
This commit is contained in:
5
tests/googletest/tst_My_test.cpp
Normal file
5
tests/googletest/tst_My_test.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "../../sources/borderproperties.h"
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
TEST(googletest, sample_test) { EXPECT_EQ(1, 1); }
|
||||
Reference in New Issue
Block a user