Skip to content

Commit ee24c0e

Browse files
committed
Add SwitchConfigContainer tests
1 parent e33c6e9 commit ee24c0e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SUBDIRS = meta lib vslib pyext
1+
SUBDIRS = meta lib vslib
22

33
if SYNCD
44
SUBDIRS += syncd saiplayer saidump saidiscovery saisdkdump saiasiccmp tests unittest

unittest/lib/Makefile.am

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ tests_SOURCES = \
1616
TestUtils.cpp \
1717
TestVirtualObjectIdManager.cpp \
1818
TestZeroMQChannel.cpp \
19-
TestSwitchContainer.cpp
19+
TestSwitchContainer.cpp \
20+
TestSwitchConfigContainer.cpp
2021

2122
tests_CXXFLAGS = $(DBGFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS_COMMON)
2223
tests_LDADD = $(LDADD_GTEST) $(top_srcdir)/lib/libSaiRedis.a -lhiredis -lswsscommon -lpthread -L$(top_srcdir)/meta/.libs -lsaimetadata -lsaimeta -lzmq $(CODE_COVERAGE_LIBS)

0 commit comments

Comments
 (0)