diff -r 4586a84c0c0b -r bbf2f18b3818 tests/Makefile --- a/tests/Makefile Wed Dec 27 16:16:11 2023 +0100 +++ b/tests/Makefile Wed Dec 27 16:18:10 2023 +0100 @@ -35,7 +35,7 @@ all: $(TEST_DIR) $(TEST_DIR)/ucxtest $(TEST_DIR)/ucxtest: $(OBJ) $(build_dir)/libucx_static.a - $(CC) -o $@ $+ + $(CC) -o $@ $(LDFLAGS) $+ $(build_dir)/libucx_static.a: test -f "$@"