Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
fixes en tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RaniAgus committed Aug 3, 2022
1 parent 7bdebf3 commit a1586e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tests/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/tests/settings.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PROJ_PATH=$(error PROJ_PATH variable not set)
EXCLUDE=

# Libraries
LIBS=
LIBS=cspecs

# Custom libraries' paths
SHARED_LIBPATHS=
Expand Down

0 comments on commit a1586e8

Please sign in to comment.