11 Commits

Author SHA1 Message Date
Simon Truscott
2675ce3cd4 Fix warnings in test (#92)
* Convert tabs to spaces

* Remove extra semicolons in test

* Fix warnings in test

-Wreturn-type
-Wunused-parameter
-Wunused-value

* Fix -Wunused-variable warning in test

The variable 'failptr' is unused. From looking at the other variables in the
test case, it seems the fix is to first remove 'failptr' and then rename
'efail' to 'failptr'.

* Fix -Wunused-variable warning in test

* Fix -Wmacro-redefined warning in test

STATIC_REQUIRE has a previous definition in catch2/catch.hpp.
2022-11-24 13:18:39 +00:00
Isabella Muerte
0ca73ee30e 🎨 Revamp CMake to be correct and easy to understand (#69)
🎨 Cleanup include path for catch2

 Add basic .deb generation support
  WiX and RPM support is still needed (if even desired?)

⬆️ Upgrade minimum CMake version to 3.14
⬆️ Upgrade Catch to Catch v2.9.2
📌 Pin Catch to v2.9.2
2019-10-25 14:44:01 +01:00
Simon Brand
90ed23a4e4 Do CMake properly 2019-05-01 12:15:40 +01:00
Simon Brand
e72a56d40d Fix MSVC error 2018-08-22 14:02:43 +01:00
Simon Brand
af06714a56 Rename type trait macros 2018-01-14 07:37:23 +00:00
Simon Brand
9ff078cc24 Remove bad tests 2017-12-23 15:17:14 +00:00
Simon Brand
2d7dfc8b02 More void support 2017-12-23 15:13:38 +00:00
Simon Brand
468c403c91 Initial void support 2017-12-18 15:57:49 +00:00
Simon Brand
dee71e8bcd More tests 2017-12-05 20:47:14 +00:00
Simon Brand
66856b517e Update readme 2017-11-27 15:08:14 +00:00
Simon Brand
afdacc1ba3 More testing 2017-11-27 14:48:16 +00:00