ApprovalTests.cpp.Qt.StarterProject

January 25, 2021 ยท View on GitHub

ApprovalTests.cpp.Qt.StarterProject

Build status Build Status

This is a starter project for:

  • ApprovalTests in C++ for Qt - see ApprovalTests.cpp.Qt
  • Catch2 test framework
  • CLion (and any other CMake-aware C++ build system)

Works on Mac, Linux and Windows.

Feel free to copy and go...

Requirements

You will need to already have a build of:

  • Qt's Widgets and Tests modules

Starting Point

The tests in WidgetsTest should pass, and then you should delete/modify as needed to get started.