diff -r 255ee4abf2ec -r 0b635553b86a tests/Makefile
--- a/tests/Makefile	Thu Nov 23 23:33:09 2023 +0100
+++ b/tests/Makefile	Thu Nov 23 23:35:51 2023 +0100
@@ -25,7 +25,7 @@
 
 TEST_DIR=$(build_dir)/tests
 
-all: $(TEST_DIR) $(build_dir)/libucx.a
+all: $(TEST_DIR) $(build_dir)/libucx_static.a
 	cd $(TEST_DIR) && $(CMAKE) -DSTLIB_EXT="$(STLIB_EXT)" "$(src_dir)/tests" && $(CMAKE) --build .
 	@echo "[ Tests complete ]"