From 257e681036cb9f00952ff2c94274113e2bed33de Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 6 Oct 2013 07:26:30 +0400 Subject: [PATCH] Rename EscapeTest to StringTest --- Makefile.in | 2 +- test/{EscapeTest.cpp => StringTest.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{EscapeTest.cpp => StringTest.cpp} (100%) diff --git a/Makefile.in b/Makefile.in index 4e14d9fe..4c8df1ff 100644 --- a/Makefile.in +++ b/Makefile.in @@ -39,7 +39,7 @@ LIB_SRCS := $(addprefix src/,$(LIB_SRCS)) BIN_SRCS := src/main.cpp LIB_OBJS := $(patsubst %cpp,%o,$(LIB_SRCS)) BIN_OBJS := $(patsubst %cpp,%o,$(BIN_SRCS)) -TESTS := EscapeTest +TESTS := StringTest TESTS := $(addprefix test/,$(addsuffix .o,$(TESTS))) GTEST_VER := 1.7.0 CLEAN := znc src/*.o core core.* .version_extra .depend modules/.depend diff --git a/test/EscapeTest.cpp b/test/StringTest.cpp similarity index 100% rename from test/EscapeTest.cpp rename to test/StringTest.cpp