Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions modules/cachedb_redis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ DEFS+=-I$(LOCALBASE)/include
LIBS += -L$(LOCALBASE)/lib -lhiredis
endif

# Standalone test binaries have their own main() and Makefile;
# exclude them from the UNIT_TESTS auto-discovery to avoid
# multiple-definition linker errors when built into the module .so
exclude_files=test/test_hash.c test/test_mi_counters.c test/hash_under_test.c

include ../../Makefile.modules
Loading
Loading