mirror of
https://github.com/znc/znc.git
synced 2026-08-03 15:33:02 +02:00
Rename EscapeTest to StringTest
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user