Skip to content

Commit

Permalink
Exclude coverage of CUDA files
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Oct 21, 2024
1 parent 84d2e99 commit 03b159d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/cover/make_gcov_02_files.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@

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

FILES_EXCLUDE :=
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 $(FILES_EXCLUDE))

Expand Down

0 comments on commit 03b159d

Please sign in to comment.