Skip to content

Commit 84c00c3

Browse files
authored
Support running just the GEMV version of the thread safety test
1 parent 8c5c991 commit 84c00c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ ifneq ($(NO_CBLAS), 1)
146146
ifeq ($(CPP_THREAD_SAFETY_TEST), 1)
147147
$(MAKE) -C cpp_thread_test all
148148
endif
149+
ifeq ($(CPP_THREAD_SAFETY_GEMV), 1)
150+
$(MAKE) -C cpp_thread_test dgemv_tester
151+
endif
149152
endif
150153
endif
151154

0 commit comments

Comments
 (0)