We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552119c commit 698e77dCopy full SHA for 698e77d
1 file changed
utest/Makefile
@@ -1,15 +1,19 @@
1
UTEST_CHECK = 1
2
TOPDIR = ..
3
-include $(TOPDIR)/Makefile.system
4
5
TARGET=openblas_utest
6
+.PHONY : all
7
+.NOTPARALLEL : all run_test $(TARGET)
8
+
9
CUNIT_URL=http://downloads.sourceforge.net/project/cunit/CUnit/2.1-2/CUnit-2.1-2-src.tar.bz2
10
CUNIT_DIR=$(CURDIR)/CUnit-2.1-2
11
12
CUNIT_LIB=$(CUNIT_DIR)/lib/libcunit.a
13
-CFLAGS+=-I$(CUNIT_DIR)/include
14
+CFLAGS +=-I$(CUNIT_DIR)/include
15
16
+include $(TOPDIR)/Makefile.system
17
18
OBJS=main.o test_rot.o test_swap.o test_axpy.o test_dotu.o test_rotmg.o test_dsdot.o test_amax.o test_fork.o
19
0 commit comments