Skip to content

Commit cfefca3

Browse files
Corrected -ignore-filename-regex in libsyclinterface/tests/CMakeLists.txt
1 parent 4b0f484 commit cfefca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsyclinterface/tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if(DPCTL_GENERATE_COVERAGE)
5454
COMMAND ${LLVMCov_EXE}
5555
export
5656
-format=lcov
57-
-ignore-filename-regex=/tmp/dpctl_*.h*
57+
-ignore-filename-regex=/tmp*/dpctl_*.h*
5858
-instr-profile=dpctl.profdata
5959
"${object_arg}$<JOIN:$<TARGET_OBJECTS:DPCTLSyclInterface>,;${object_arg}>"
6060
> dpctl.lcov

0 commit comments

Comments
 (0)