mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-07 12:18:38 +02:00
[Makefile.am] Add target splint to run splint static source code analyzer
This commit is contained in:
parent
f015091bb5
commit
ef878345c8
1 changed files with 3 additions and 0 deletions
|
|
@ -300,3 +300,6 @@ install-data-local:
|
|||
TESTS_ENVIRONMENT = srcdir="$(srcdir)"
|
||||
TESTS = check-def.sh check-plt.sh check-headers.sh check-cairoint.sh
|
||||
EXTRA_DIST += $(TESTS)
|
||||
|
||||
splint:
|
||||
splint -I$(top_builddir) $(libcairo_la_CFLAGS) $(libcairo_la_SOURCES) -DHAVE_CONFIG_H
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue