Revert addition of test_install

This commit is contained in:
Martin Kroeker 2021-07-11 14:38:49 +02:00 committed by GitHub
parent 836c7fb9f5
commit eba2cd951e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 20 deletions

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

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;