File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
tests_with_deps/deprecate_eof_support Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,9 @@ tests: tests-cpp \
203
203
prepare_statement_err3024_async-t \
204
204
reg_test_mariadb_stmt_store_result_libmysql-t \
205
205
reg_test_mariadb_stmt_store_result_async-t
206
+ tests :
207
+ @echo " Removing empty .gcno files ..."
208
+ find -L . -type f -name ' *.gcno' -empty -ls -delete
206
209
207
210
tests-cpp : $(patsubst % .cpp,% ,$(wildcard * -t.cpp) )
208
211
tests-php : $(patsubst % ,php-% ,$(wildcard * -t.php) )
Original file line number Diff line number Diff line change @@ -154,6 +154,9 @@ $(TEST_MYSQL_LDIR)/libmysqlclient.a:
154
154
155
155
# tests: build_test_deps
156
156
tests : $(patsubst % .cpp,% ,$(wildcard * -t.cpp) ) ok_packet_mixed_queries-t fwd_eof_query fwd_eof_ok_query
157
+ tests :
158
+ @echo " Removing empty .gcno files ..."
159
+ find -L . -type f -name ' *.gcno' -empty -ls -delete
157
160
158
161
COMMONARGS = $(OPT ) -Wl,-Bdynamic -ltap -lcpp_dotenv -lcurl -lre2 -lssl -lcrypto -lz -ldl -lpthread -DGITVERSION=\"$(GIT_VERSION ) \"
159
162
You can’t perform that action at this time.
0 commit comments