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