diff options
author | Michael Adam <obnox@samba.org> | 2009-08-30 00:16:36 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-08-30 00:51:52 +0200 |
commit | fe0b5234ba8ea1cdf0657e8ef1fbe970f82df6cd (patch) | |
tree | 944ce7390b41c88e8a2ce1e26fee40f7f018457a | |
parent | 4e9a06d601a20fb714ffbf2ed6fd2b6f2d931b30 (diff) | |
download | samba-fe0b5234ba8ea1cdf0657e8ef1fbe970f82df6cd.tar.gz samba-fe0b5234ba8ea1cdf0657e8ef1fbe970f82df6cd.tar.bz2 samba-fe0b5234ba8ea1cdf0657e8ef1fbe970f82df6cd.zip |
talloc: run abi_checks as part of "make test"
Michael
-rw-r--r-- | lib/talloc/talloc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/talloc/talloc.mk b/lib/talloc/talloc.mk index d80fe76875..a563d613d6 100644 --- a/lib/talloc/talloc.mk +++ b/lib/talloc/talloc.mk @@ -41,5 +41,7 @@ abi_checks:: @echo ABI checks: @./script/abi_checks.sh talloc talloc.h +test:: abi_checks + gcov:: gcov talloc.c |