From ba0a8a7c2ca7607c474f18f2005da5d6cf9844ce Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 25 Jun 2008 21:06:46 +0200 Subject: [PATCH] Renamed str-test to hashfunc-test, because that's what it is. --- lib/Makefile | 2 +- lib/{str-test.c => hashfunc-test.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/{str-test.c => hashfunc-test.c} (100%) diff --git a/lib/Makefile b/lib/Makefile index c1090baf..3b3f259f 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -87,7 +87,7 @@ $(o)/lib/db-tool: $(o)/lib/db-tool.o $(LIBUCW) $(o)/lib/conf-test: $(o)/lib/conf-test.o $(LIBUCW) $(o)/lib/lfs-test: $(o)/lib/lfs-test.o $(LIBUCW) $(o)/lib/hash-test: $(o)/lib/hash-test.o $(LIBUCW) -$(o)/lib/str-test: $(o)/lib/str-test.o $(LIBUCW) +$(o)/lib/hashfunc-test: $(o)/lib/hashfunc-test.o $(LIBUCW) $(o)/lib/asort-test: $(o)/lib/asort-test.o $(LIBUCW) $(o)/lib/redblack-test: $(o)/lib/redblack-test.o $(LIBUCW) $(o)/lib/binheap-test: $(o)/lib/binheap-test.o $(LIBUCW) diff --git a/lib/str-test.c b/lib/hashfunc-test.c similarity index 100% rename from lib/str-test.c rename to lib/hashfunc-test.c -- 2.39.2