We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00289b commit 1aded69Copy full SHA for 1aded69
Makefile
@@ -34,7 +34,7 @@ endif
34
35
LAPACK_NOOPT := $(filter-out -O0 -O1 -O2 -O3 -Ofast,$(LAPACK_FFLAGS))
36
37
-SUBDIRS_ALL = $(SUBDIRS) test ctest utest exports benchmark ../laswp ../bench
+SUBDIRS_ALL = $(SUBDIRS) test ctest utest exports benchmark ../laswp ../bench cpp_thread_test
38
39
.PHONY : all libs netlib $(RELA) test ctest shared install
40
.NOTPARALLEL : all libs $(RELA) prof lapack-test install blas-test
@@ -127,6 +127,9 @@ ifndef NO_FBLAS
127
endif
128
ifndef NO_CBLAS
129
$(MAKE) -C ctest all
130
+ifeq ($(CPP_THREAD_SAFETY_TEST), 1)
131
+ $(MAKE) -C cpp_thread_test all
132
+endif
133
134
135
0 commit comments