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-10-24 13:35:23 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2020-10-24 13:36:25 +0300
commit85bae6a2d211e28dab7f58b21f2fa4011f8f7147 (patch)
treeeef355e0aad5cd29bde268738771fc13428c7905 /Makefile.am
parentf3e6ce2935bb81a439d05d97d36b1adfa2377f5c (diff)
........S. [DEV-1694] improve tests_clean, use noreturn __attribute__, fix tests_run.pl to scan yaml only in tests dir
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c0d5804136f..7e51d6c3a41 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -172,7 +172,7 @@ tests: tests_build
tests_clean: clean-recursive
cd tests && \
- find . -type f -name '*.o' -delete
+ find . -type f -name '*.o' -o -name '*.a' -delete
endif
.PHONY: test tests