status-qml/tests
Stefan e5ddf28f02 fix(tests): fix building tests 2022-08-09 01:07:17 +02:00
..
TestComponents fix(StatusImageCrop): output an error if trying to set cropRect without image 2022-05-05 17:16:13 +02:00
TestControls fix(StatusInput): fixing various layout issues (#794) 2022-07-25 13:19:26 +03:00
Testing/Temporary tests(general): refactor tests 2022-05-05 17:16:13 +02:00
qml/StatusQ/TestHelpers tests(general): refactor tests 2022-05-05 17:16:13 +02:00
src tests(general): refactor tests 2022-05-05 17:16:13 +02:00
CMakeLists.txt fix(tests): fix building tests 2022-08-09 01:07:17 +02:00
main.cpp tests(general): refactor tests 2022-05-05 17:16:13 +02:00
readme.md tests(general): refactor tests 2022-05-05 17:16:13 +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