Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy-Yakovenko committed Feb 8, 2024
1 parent 1d2d51f commit 57cc0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ TEST_C_SOURCES=$(wildcard \
shared/*.c \
shared/scriptable/*.c \
shared/undo/*.c \
shared/filereader/*.c \
src/*.c \
src/ConvertUTF/*.c \
src/md5/*.c \
src/metadata/*.c \
src/scriptable/*.c \
src/undo/*.c \
src/filereader/*.c \
Tests/*.c)
TEST_C_SOURCES:=$(filter-out src/main.c,$(TEST_C_SOURCES))
TEST_C_OBJS:=$(addprefix $(BUILD)/,\
Expand Down

0 comments on commit 57cc0ca

Please sign in to comment.