status-desktop/ui/StatusQ/tests
Igor Sirotin aefa2b9f48
fix(StatusQ): StatusQ is QML module (#10207)
* StatusQ QML module
* qzxing is static lib again
* updated StatusQ resources
* fixed Emoji lookup
* added display to tests-imports ci
2023-04-14 11:18:56 +03:00
..
TestComponents fix(StatusQ): StatusQ is QML module (#10207) 2023-04-14 11:18:56 +03:00
TestControls fix(wallet): fix rename account modal states 2023-01-05 22:16:44 +04:00
Testing/Temporary tests(general): refactor tests 2022-09-21 18:20:09 +02:00
qml/StatusQ/TestHelpers tests(general): refactor tests 2022-09-21 18:20:09 +02:00
src tests(general): refactor tests 2022-09-21 18:20:09 +02:00
CMakeLists.txt fix(StatusQ): StatusQ is QML module (#10207) 2023-04-14 11:18:56 +03:00
main.cpp fix(StatusQ): StatusQ is QML module (#10207) 2023-04-14 11:18:56 +03:00
readme.md tests(general): refactor tests 2022-09-21 18:20:09 +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