-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Public C API (validation only) #530
Conversation
d40c76f
to
de60a34
Compare
Codecov Report
@@ Coverage Diff @@
## master #530 +/- ##
=======================================
Coverage 98.64% 98.64%
=======================================
Files 59 61 +2
Lines 8948 8959 +11
=======================================
+ Hits 8827 8838 +11
Misses 121 121 |
Should add an install target to this, or in a new PR to be merged before. |
Added here. |
Do we want to add a |
Add it where? |
|
So far I was successfully avoiding version macros. |
test/unittests/capi_test.cpp
Outdated
#include <fizzy/fizzy.h> | ||
#include <gtest/gtest.h> | ||
|
||
TEST(capi, fizzy_validate) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#533 does not use the fizzy_
prefix here. Do we want to follow?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm forward-following now.
266a792
to
98a135c
Compare
No description provided.