1 Sep
2018
1 Sep
'18
7:05 a.m.
On Aug 31, 2018, at 07:03, Victor Stinner <vstinner@redhat.com> wrote:
(Follow-up)
So I started to write a test suite for the C API. I chose to write them using "Check", a C framework to write unit tests in C.
For the long term, I would like to no longer support borrowed references, so I wrote *two* new C APIs:
Nice work Victor! I’m not sure the instructions work on macOS though. I brew installed check to get the library, but after doing the configure and makes, the process core dumps in capi_tests/ . I don’t have much time to look at this now, but maybe at the core sprint.
-Barry