Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 28b2989

Browse files
committed
Adding memcheck to tests
Former-commit-id: 1a46d1d
1 parent f0ed227 commit 28b2989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ all : $(ALL)
261261
#-------------------------------------------------------------------------------
262262

263263
run :
264-
for i in $(ALL); do ./bin/$${i}_$(SUFFIX) --device=$(device) || exit 1; done
264+
for i in $(ALL); do cuda-memcheck ./bin/$${i}_$(SUFFIX) --device=$(device) || exit 1; done
265265

266266
#-------------------------------------------------------------------------------
267267
# make link

0 commit comments

Comments
 (0)