trying to understand leak valgrind with opencl

This commit is contained in:
2025-07-09 12:05:14 +02:00
parent 1f2bebab91
commit 6d5e060d6c
7 changed files with 127 additions and 40 deletions
+3 -2
View File
@@ -1,11 +1,12 @@
NAME_TEST=is_good
CC=gcc
LDFLAGS=-lpthread
ROOT_DIR=$(shell pwd)
INCLUDE_DIR=$(ROOT_DIR)
YTESTDIR=$(ROOT_DIR)/../..
INCLUDE_DIR=$(YTESTDIR)/include_ytest/include/
PERMDIR=$(ROOT_DIR)/../../../ypermutation_t
CFLAGS=-I$(INCLUDE_DIR) -I$(PERMDIR)/src/
LDFLAGS=-L$(YTESTDIR) -lpthread -lytest
SRC_DIR=$(ROOT_DIR)
SRC=$(wildcard src/*/*.c)
OBJ=$(SRC:.c=.o)