tests: add first samples for c++ and qml testing
- add QtQuickTest, QtTest and googletest support - create tests folder within cmake hierarchy - avoid using wildcards in Dockerfile Change-Id: I81661a86757f01333538908dbc81a0bafae00ab7
Showing
- CMakeLists.txt 85 additions, 86 deletionsCMakeLists.txt
- docker/Dockerfile_debian_11 19 additions, 3 deletionsdocker/Dockerfile_debian_11
- src/main.cpp 3 additions, 0 deletionssrc/main.cpp
- tests/CMakeLists.txt 65 additions, 0 deletionstests/CMakeLists.txt
- tests/qml/main.cpp 21 additions, 0 deletionstests/qml/main.cpp
- tests/qml/tst_test.qml 10 additions, 0 deletionstests/qml/tst_test.qml
- tests/unittests/dummy_unittest.cpp 7 additions, 0 deletionstests/unittests/dummy_unittest.cpp
- tests/unittests/main_unittests.cpp 10 additions, 0 deletionstests/unittests/main_unittests.cpp
tests/CMakeLists.txt
0 → 100644
tests/qml/main.cpp
0 → 100644
tests/qml/tst_test.qml
0 → 100644
tests/unittests/dummy_unittest.cpp
0 → 100644
tests/unittests/main_unittests.cpp
0 → 100644
Please register or sign in to comment