Skip to content

Commit

Permalink
fix test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy-Yakovenko committed Feb 1, 2024
1 parent 66795ec commit 2f4974d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ TEST_C_SOURCES=$(wildcard \
plugins/vfs_curl/*.c \
shared/*.c \
shared/scriptable/*.c \
shared/undo/*.c \
src/*.c \
src/ConvertUTF/*.c \
src/md5/*.c \
Expand Down Expand Up @@ -79,6 +80,7 @@ VPATH=src \
$(addprefix external/,mp4p/src wcwidth googletest/googletest/src) \
shared \
shared/scriptable \
shared/undo \
Tests

$(BUILD)/%.o: %.c
Expand Down

0 comments on commit 2f4974d

Please sign in to comment.