Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e3094fd

Browse files
committed
Re-add recursive coverage target in src/backend/
This was lost during the recent recursive make change.
1 parent b95ea9d commit e3094fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/backend/common.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ $(call recurse,clean)
4444
clean: clean-local
4545
clean-local:
4646
rm -f $(subsysfilename) $(OBJS)
47+
48+
$(call recurse,coverage)

0 commit comments

Comments
 (0)