mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
talloc: add a target "abi_checks" to talloc.
Simply run "make abi_checks" to call the abi check script appropriately. Michael
This commit is contained in:
parent
f1b386a894
commit
cbc75c11fd
@ -35,5 +35,9 @@ clean::
|
||||
test:: testsuite
|
||||
./testsuite
|
||||
|
||||
abi_checks::
|
||||
@echo ABI checks:
|
||||
@./script/abi_checks.sh talloc talloc.h
|
||||
|
||||
gcov::
|
||||
gcov talloc.c
|
||||
|
Loading…
Reference in New Issue
Block a user