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 a1bc0fc commit 632b8e0Copy full SHA for 632b8e0
utest/Makefile
@@ -8,11 +8,19 @@ UTESTBIN=openblas_utest
8
9
include $(TOPDIR)/Makefile.system
10
11
-OBJS=utest_main.o test_amax.o test_fork.o test_rotmg.o
12
-#test_rot.o test_swap.o test_axpy.o test_dotu.o test_rotmg.o test_dsdot.o test_fork.o
+OBJS=utest_main.o test_amax.o test_rotmg.o
+#test_rot.o test_swap.o test_axpy.o test_dotu.o test_dsdot.o test_fork.o
13
14
ifneq ($(NO_LAPACK), 1)
15
-OBJS += test_potrs.o
+#OBJS += test_potrs.o
16
+endif
17
+
18
+ifndef OS_WINDOWS
19
+OBJS += test_fork.o
20
+else
21
+ifdef OS_CYGWIN_NT
22
23
24
endif
25
26
all : run_test
0 commit comments