From: Michael Adam Date: Fri, 11 Sep 2009 12:00:25 +0000 (+0200) Subject: tevent: add abi_checks to "make test" X-Git-Tag: talloc-2.0.1~523^2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fb82727b1258f89aadbf8d320d9aea6ba74d92c;p=thirdparty%2Fsamba.git tevent: add abi_checks to "make test" Michael --- diff --git a/lib/tevent/tevent.mk b/lib/tevent/tevent.mk index 8579b2f5bb8..694d082c4a9 100644 --- a/lib/tevent/tevent.mk +++ b/lib/tevent/tevent.mk @@ -33,6 +33,8 @@ abi_checks:: @echo ABI checks: @./script/abi_checks.sh tevent tevent.h +test:: abi_checks + clean:: rm -f $(TEVENT_SOBASE) $(TEVENT_SONAME) $(TEVENT_SOLIB) $(TEVENT_STLIB) rm -f tevent.pc