add options wich allow to execute only some tests selected with nametest or numtest

This commit is contained in:
2023-08-29 15:40:22 +02:00
parent ef59339df8
commit 2c1e4f0487
7 changed files with 253 additions and 35 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
NAME_TEST=is_good
CC=gcc
LDFLAGS=-lpthread
LDFLAGS=-lpthread -D DEBUG=1
ROOT_DIR=$(shell pwd)
INCLUDE_DIR=$(ROOT_DIR)/src
CFLAGS=-I$(INCLUDE_DIR)