From c89ccb29599134d5fba237dd2f80803837b90c54 Mon Sep 17 00:00:00 2001 From: fanasina Date: Thu, 22 Jan 2026 13:57:17 +0100 Subject: [PATCH] [fix] makefile tensor test: add listdir include --- tensor_t/test/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tensor_t/test/Makefile b/tensor_t/test/Makefile index 2419f39..8e4148c 100644 --- a/tensor_t/test/Makefile +++ b/tensor_t/test/Makefile @@ -7,11 +7,12 @@ CC=gcc ROOT_DIR=$(PWD) YTESTDIR=$(ROOTPROJECTDIR)/ytest_t YPERMDIR=$(ROOTPROJECTDIR)/ypermutation_t +LISTDIR=$(ROOTPROJECTDIR)/list_t TENSDIR=$(ROOTPROJECTDIR)/tensor_t DIMDIR=$(ROOTPROJECTDIR)/dimension_t INCLUDE_DIR=$(TENSDIR)/src -CFLAGS=-I$(INCLUDE_DIR) -I$(YPERMDIR)/src -I$(YTESTDIR)/include_ytest/include -I$(DIMDIR)/src -I$(TENSDIR)/src #"-D DEBUG=1" +CFLAGS=-I$(INCLUDE_DIR) -I$(YPERMDIR)/src -I$(YTESTDIR)/include_ytest/include -I$(DIMDIR)/src -I$(TENSDIR)/src -I$(LISTDIR)/src #"-D DEBUG=1" LDFLAGS=-L$(YTESTDIR) -lytest -lOpenCL #SRC_DIR=$(ROOT_DIR)/src