Browse Source

Revert addition of test_install

tags/v0.3.16^2
Martin Kroeker GitHub 4 years ago
parent
commit
eba2cd951e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 20 deletions
  1. +0
    -15
      test_install/Makefile
  2. +0
    -5
      test_install/test_sched_include.c

+ 0
- 15
test_install/Makefile View File

@@ -1,15 +0,0 @@
#
# tests of installed headers and libs
#

INSTALLDIR = ../install

.PHONY: all
all: test_sched_include

test_sched_include: test_sched_include.c
$(CC) -c -I$(INSTALLDIR)/include $<

.PHONY: clean
clean:
rm -f *.o

+ 0
- 5
test_install/test_sched_include.c View File

@@ -1,5 +0,0 @@
// tests that inclusion of openblas_config.h works with musl

#include <openblas_config.h>

cpu_set_t* cpu_set = NULL;

Loading…
Cancel
Save