pboettch / json-schema-validator

JSON schema validator for JSON for Modern C++
Other
463 stars 133 forks source link

fix: Fedora packaging #305

Open LecrisUT opened 5 months ago

LecrisUT commented 5 months ago

Depends on: #306

LecrisUT commented 5 months ago

Ok, I know what is wrong with this one. Need to fix the example and test-suite. Basically I will implement the format in: https://github.com/LecrisUT/CMake-Template to be more portable

@pboettch About the manual tests, e.g. issue-25-default-values.cpp, do you have a preference to have it in the current plain int main form or are you ok with adding either googletest or catch2?

pboettch commented 5 months ago

Yes, go ahead if you have time with Catch2.

pboettch commented 5 months ago

Please rebase on main to get the pre-commit fixes