status-desktop/libs/StatusQ/tests
Patryk Osmaczko c53264b124 chore(cpp): apply clang-format 2022-10-19 17:34:23 +02:00
..
TestHelpers chore(cpp): apply clang-format 2022-10-19 17:34:23 +02:00
qml/StatusQ/TestHelpers
CMakeLists.txt chore(CPP): integrate tokens balance status-go API (POC) 2022-08-02 16:06:33 +02:00
main.cpp chore(CPP): Create new wallet accounts - POC UI 2022-08-02 15:30:08 +02:00
readme.md
tst_Controls.qml chore(CPP): Create new wallet accounts - POC UI 2022-08-02 15:30:08 +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