From 4fb82727b1258f89aadbf8d320d9aea6ba74d92c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 11 Sep 2009 14:00:25 +0200 Subject: [PATCH] tevent: add abi_checks to "make test" Michael --- lib/tevent/tevent.mk | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.11.4.GIT