1
0
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:
Michael Adam 2009-08-28 16:03:06 +02:00
parent f1b386a894
commit cbc75c11fd

View File

@ -35,5 +35,9 @@ clean::
test:: testsuite
./testsuite
abi_checks::
@echo ABI checks:
@./script/abi_checks.sh talloc talloc.h
gcov::
gcov talloc.c