Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2020-09-21 11:13:02 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2020-09-21 17:59:04 +0300
commit9bf44927e708d835c494fbeb5295c07e7c5dbf1d (patch)
tree9da7918899348c1a6167942dac68b5a885572f53 /Makefile.am
parent20b1ebed4bb19bb0270931bd2fd71ec79f04e207 (diff)
........S. [DEV-1694] fixed tests compilation warning with clang
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fbe6fd3b541..c0d5804136f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -169,6 +169,10 @@ tests_build:
tests: tests_build
tests/tests_run.pl
+
+tests_clean: clean-recursive
+ cd tests && \
+ find . -type f -name '*.o' -delete
endif
.PHONY: test tests