]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: extract script to generate clar declarations
authorPatrick Steinhardt <ps@pks.im>
Mon, 21 Oct 2024 10:56:38 +0000 (12:56 +0200)
committerTaylor Blau <me@ttaylorr.com>
Mon, 21 Oct 2024 20:53:07 +0000 (16:53 -0400)
commit67f75dfe1b2ad9529dab81591d981a9b9f297c67
tree7c2a00e335e60451fae783590da4923cffad82f3
parenta779c8e8d5eab375c3b2137b91af51c378f49b33
Makefile: extract script to generate clar declarations

Extract the script to generate function declarations for the clar unit
testing framework into a standalone script. This is done such that we
can reuse it in other build systems.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Makefile
t/unit-tests/generate-clar-decls.sh [new file with mode: 0755]