Skip to content

Commit 624ef5b

Browse files
committed
Merge branch 'mr/feature-redis-cluster-management' of github.com:NormB/opensips into NormB-mr/feature-redis-cluster-management
2 parents 2b88be4 + 67e4d3e commit 624ef5b

21 files changed

Lines changed: 5617 additions & 344 deletions

modules/cachedb_redis/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@ DEFS+=-I$(LOCALBASE)/include
2626
LIBS += -L$(LOCALBASE)/lib -lhiredis
2727
endif
2828

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

0 commit comments

Comments
 (0)