Skip to content

Commit

Permalink
Use wildcard for coverage exclusion list
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Oct 22, 2024
1 parent 75cf2c7 commit dfb8750
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/cover/make_gcov_02_files.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@

FILES_PRJ := $(basename $(wildcard $(PATH_SRC)/*.cpp))

FILES_EXCLUDE := $(PATH_SRC)/test_md5_nvcc.cu \
$(PATH_SRC)/test_md5_nvrtc.cpp \
$(PATH_SRC)/test_sha1_nvcc.cu \
$(PATH_SRC)/test_sha1_nvrtc.cpp
FILES_EXCLUDE := $(basename $(wildcard $(PATH_SRC)/*_nvrtc.cpp))

FILES_EXCLUDE := $(basename $(FILES_EXCLUDE))

Expand Down

0 comments on commit dfb8750

Please sign in to comment.