Skip to content

Commit 932c495

Browse files
KLU test coverage when CUDA is in use
1 parent 84e1501 commit 932c495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KLU/Tcov/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ LDLIBS = -L../../lib \
2222
-lm -lrt \
2323
-Wl,-rpath=../../lib -lstdc++
2424

25-
I = -I../../include/suitesparse -I../Include -I../User -I../../BTF/Include -I../Source
25+
I = -I../../include/suitesparse -I../Include -I../User -I../../BTF/Include -I../Source -I/usr/local/cuda/include
2626

2727
all: klutest klultest
2828
- ./klultests > klultests.out

0 commit comments

Comments
 (0)