status-desktop/libs/StatusQ/tests
Stefan cecfd7f8e8 chore(CPP): base for the window and layouting system
Demo controls migrations to Qt6
POC for an application layout with isolated components

Closes: #5902
2022-07-01 16:57:51 +02:00
..
TestHelpers chore(CPP): base for the window and layouting system 2022-07-01 16:57:51 +02:00
qml/StatusQ/TestHelpers chore(CPP): Basic project configuration setup using Qt6 2022-06-30 12:16:33 +02:00
CMakeLists.txt chore(CPP): base for the window and layouting system 2022-07-01 16:57:51 +02:00
main.cpp chore(CPP): Basic project configuration setup using Qt6 2022-06-30 12:16:33 +02:00
readme.md chore(CPP): Basic project configuration setup using Qt6 2022-06-30 12:16:33 +02:00

readme.md

Readme

Developer instructions

CMake

cd ./tests/
cmake -B ./build/ -S .
cmake --build ./build/
ctest --test-dir ./build/

QtCreator

  • Open the ./tests/CMakeLists.txt
  • Choose a QT kit to run the tests
  • Set %{sourceDir}/tests as Working Directory for the TestStatusQ target
  • In the Test Results panel choose Run All Tests or just run the TestStatusQ target

TODO