2
0
mirror of synced 2025-01-09 13:56:19 +00:00

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