From 3d4136a5f88ff70e2ddcd40120e9c3f809369577 Mon Sep 17 00:00:00 2001 From: liushilongbuaa Date: Mon, 28 Oct 2024 09:22:50 +0000 Subject: [PATCH] Rename file name to fit case insensitive file system. --- tests/Makefile.am | 2 +- tests/{testclient.cpp => testclient_main.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{testclient.cpp => testclient_main.cpp} (100%) diff --git a/tests/Makefile.am b/tests/Makefile.am index 7405bab0d..c3c4bbcfe 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -21,7 +21,7 @@ tests_LDADD = -lhiredis -lswsscommon -lpthread \ $(top_srcdir)/lib/libsairedis.la $(top_srcdir)/syncd/libSyncd.a \ -L$(top_srcdir)/meta/.libs -lsaimetadata -lsaimeta -lzmq $(CODE_COVERAGE_LIBS) -testclient_SOURCES = TestClient.cpp testclient.cpp +testclient_SOURCES = TestClient.cpp testclient_main.cpp testclient_CXXFLAGS = $(DBGFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS_COMMON) testclient_LDADD = -lhiredis -lswsscommon -lpthread \ $(top_srcdir)/lib/libsairedis.la $(top_srcdir)/syncd/libSyncd.a \ diff --git a/tests/testclient.cpp b/tests/testclient_main.cpp similarity index 100% rename from tests/testclient.cpp rename to tests/testclient_main.cpp