diff options
-rw-r--r-- | lib/tevent/tevent.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tevent/tevent.mk b/lib/tevent/tevent.mk index 8579b2f5bb..694d082c4a 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 |