core-lightning/contrib/libhsmd_python
Rusty Russell 00a0d09340 tools/check-includes.sh: test that c files include their .h files.
This is best-practice (to ensure prototypes match up), but there were a
few places we didn't (at least, directly).  Make it a requirement,
either of form "foo.h" or <dir/foo.h>.

The noise is the change to our print templates.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-09-17 09:43:22 +09:30
..
.gitignore libhsmd: Clean up the build descriptors for libhsmd_python 2021-05-15 09:31:12 +09:30
libhsmd_python.c tools/check-includes.sh: test that c files include their .h files. 2021-09-17 09:43:22 +09:30
libhsmd_python.h libhsmd: First working build script for libhsmd-python 2021-05-15 09:31:12 +09:30
libhsmd.py libhsmd: First working build script for libhsmd-python 2021-05-15 09:31:12 +09:30
Makefile make: Add CPPCHECK_OPTS to allow excluding files from the check 2021-05-15 09:31:12 +09:30
MANIFEST.in libhsmd: Clean up the build descriptors for libhsmd_python 2021-05-15 09:31:12 +09:30
README.md libhsmd: Clean up the build descriptors for libhsmd_python 2021-05-15 09:31:12 +09:30
setup.py libhsmd: Always use gcc to configure and compile 2021-05-30 19:49:22 +09:30
shims.c libhsmd: First working build script for libhsmd-python 2021-05-15 09:31:12 +09:30
swig_wrap.c libhsmd: First working build script for libhsmd-python 2021-05-15 09:31:12 +09:30
swig.i libhsmd: First working build script for libhsmd-python 2021-05-15 09:31:12 +09:30
test_libhsmd.py libhsmd: Add a simple tx signature test 2021-05-30 19:49:22 +09:30