Commit Graph

5 Commits

Author SHA1 Message Date
Ulf Ivraeus
f5718c05d6 Bump version of googletest and disable other types of tests 2023-02-20 15:21:38 +01:00
msiverback
c54cdfbb5b Enable coverage and add Howto for coverage
Updated CMakeLists.txt to enable coverage.
Updated instructions with howto for coverage and also a separate
set of instructions how to run during a TDD cycle with coverage.
2022-10-17 08:47:11 +02:00
Clare Macrae
0aa4180e23 Reduce required C++ level from 17 to 11 - no code changes needed. 2019-12-09 14:47:33 +00:00
Jacob Mossberg
1836cca836 Refactor C++ version of the Gilded Rose kata
* Make it possible to build and run tests in CLion
  and Visual Studio 2019 out of the box

* Provide four types of initial test using different test frameworks:
  * Catch2 test framework
    * Traditional unit testing using Catch2
    * Approval test using Catch2
  * Google Test test framework
    * Traditional unit testing using Google Test
    * Approval test using Google Test

* The different types of initial test are located in separate folders
  in the test folder.

* Remove scripts to build and run tests and replace
  with instructions in the cpp README.md

* Use C++17

* Use CMake => 3.13
2019-12-09 08:40:47 +01:00
Peter Kofler
e0373461c1 Renames README files consistently. 2018-12-02 20:39:39 +01:00