Skip to content

Commit

Permalink
Fix CPP file list in make rules
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-apple committed Mar 6, 2020
1 parent a2a5525 commit 876bed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .yams/cpp_rules.min
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ifneq ($(and $(GCOV),$(Tests_C_Files)),)
@$(GCOV) $(notdir $(Tests_C_Files))
endif
ifneq ($(and $(GCOV),$(Tests_CPP_Files)),)
@$(GCOV) $(notdir $(Tests_C_Files))
@$(GCOV) $(notdir $(Tests_CPP_Files))
endif

my_clean:
Expand Down

0 comments on commit 876bed9

Please sign in to comment.