Simon De Backer 6cd6efaca9 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
2020-12-08 12:18:20 +01:00

6 lines
122 B
C++

#include "../../sources/borderproperties.h"
#include <gtest/gtest.h>
TEST(googletest, sample_test) { EXPECT_EQ(1, 1); }