status-desktop/ui/StatusQ/tests
Stefan f65923fcf1 tests(StatusInput): add regression test to check for qml output
Also improves on the test structure
2022-09-21 18:20:08 +02:00
..
TestControls tests(StatusInput): add regression test to check for qml output 2022-09-21 18:20:08 +02:00
readme.md tests(StatusInput): add regression test to check for qml output 2022-09-21 18:20:08 +02:00

readme.md

Readme

Developer instructions

CMake

cd StatusQ/tests/TestControls
cmake -B ./build/ -S .
cmake --build ./build/
./build/TestControls

QtCreator

  • Open the StatusQ/tests/CMakeLists.txt
  • Choose a QT kit to run the tests
  • In the Test Results panel choose Run All Tests

TODO