Changes between Version 2 and Version 3 of MapGuideRfc180


Ignore:
Timestamp:
Jul 15, 2020, 6:52:47 AM (4 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc180

    v2 v3  
    2828== Motivation ==
    2929
    30 Catch2 is a **header-only** unit testing library that has a simpler installation and consumption story.
     30[https://github.com/catchorg/Catch2 Catch2] is a **header-only** unit testing library that has a simpler installation and consumption story.
    3131
    3232Being header-only means we don't have to build and link to this library unlike CppUnit. Just `#include` the single `catch.hpp` header file and you can get started writing tests. This means one less external library we have to build.