Skip to content

Commit 698e77d

Browse files
committed
Refs #406. Fixed utest building bug.
1 parent 552119c commit 698e77d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

utest/Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
UTEST_CHECK = 1
22
TOPDIR = ..
3-
include $(TOPDIR)/Makefile.system
43

54
TARGET=openblas_utest
65

6+
.PHONY : all
7+
.NOTPARALLEL : all run_test $(TARGET)
8+
79
CUNIT_URL=http://downloads.sourceforge.net/project/cunit/CUnit/2.1-2/CUnit-2.1-2-src.tar.bz2
810
CUNIT_DIR=$(CURDIR)/CUnit-2.1-2
911

1012
CUNIT_LIB=$(CUNIT_DIR)/lib/libcunit.a
1113

12-
CFLAGS+=-I$(CUNIT_DIR)/include
14+
CFLAGS +=-I$(CUNIT_DIR)/include
15+
16+
include $(TOPDIR)/Makefile.system
1317

1418
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
1519

0 commit comments

Comments
 (0)