From a1586e84e6164f972c631954096a02e828585f28 Mon Sep 17 00:00:00 2001 From: Agustin Ranieri Date: Wed, 3 Aug 2022 12:19:10 -0300 Subject: [PATCH] fixes en tests --- src/tests/makefile | 2 +- src/tests/settings.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/makefile b/src/tests/makefile index a01df97..7657e7a 100644 --- a/src/tests/makefile +++ b/src/tests/makefile @@ -10,7 +10,7 @@ SRCS_H = $(shell find $(PROJ_PATH)/include -iname "*.h") IDIRS = $(addsuffix /include,$(PROJ_PATH)) define compile_bin - gcc $(CFLAGS) -o "$@" $^ $(PROJ_C) $(IDIRS:%=-I%) $(LIBDIRS:%=-L%) $(RUNDIRS:%=-Wl,-rpath,%) $(LIBS:%=-l%) + gcc $(CFLAGS) -o "$@" $^ $(IDIRS:%=-I%) $(LIBDIRS:%=-L%) $(RUNDIRS:%=-Wl,-rpath,%) $(LIBS:%=-l%) endef define compile_objs diff --git a/src/tests/settings.mk b/src/tests/settings.mk index 2cd4502..155afaf 100644 --- a/src/tests/settings.mk +++ b/src/tests/settings.mk @@ -5,7 +5,7 @@ PROJ_PATH=$(error PROJ_PATH variable not set) EXCLUDE= # Libraries -LIBS= +LIBS=cspecs # Custom libraries' paths SHARED_LIBPATHS=