Fraunhofer-IIS / libjapi

libjapi is a universal JSON to C API library. It receives newline-delimited JSON (NDJSON) messages via TCP and calls registered C functions. A JSON response is returned for each request. Furthermore, it is also possible to create push services, which asynchronously push JSON messages to the clients subscribed to them.
MIT License
3 stars 1 forks source link

Google Testframework not optional #45

Closed fraunhofer-iis-bot closed 1 month ago

fraunhofer-iis-bot commented 1 year ago

In GitLab by @fraunhofer-iis-anon on Mar 29, 2023, 11:35

As a user of the library it would be nicer if the test framework was optional and the generation of cmake and build would work without it.

Solution at an cmake Option to deactivate the google framework.