json-c library
Running tests
# in examples/json-c/repo:
# Replace the C libjson-c.so with a symlink to the Rust one.
rm .libs/libjson-c.so.4.0.0
make check
If you modify the C files, make check
will try to rebuild some stuff and thenwill break because of the object files that translate.py
deleted. If thishappens, run , then repeat the "running tests" steps fromthe top.