Revert addition of test_install
This commit is contained in:
parent
836c7fb9f5
commit
eba2cd951e
|
@ -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
|
|
@ -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…
Reference in New Issue