Browse Source

utest requires the CBLAS interface

pull/3656/head
Martin Kroeker GitHub 4 years ago
parent
commit
50506b8e2e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Makefile

+ 2
- 0
Makefile View File

@@ -150,7 +150,9 @@ ifndef NO_FBLAS
$(MAKE) -C test all $(MAKE) -C test all
endif endif
endif endif
ifneq ($(ONLY_CBLAS), 1)
$(MAKE) -C utest all $(MAKE) -C utest all
endif
ifneq ($(NO_CBLAS), 1) ifneq ($(NO_CBLAS), 1)
$(MAKE) -C ctest all $(MAKE) -C ctest all
ifeq ($(CPP_THREAD_SAFETY_TEST), 1) ifeq ($(CPP_THREAD_SAFETY_TEST), 1)


Loading…
Cancel
Save