Skip to content

Commit

Permalink
[tests] Add missing memory header
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Aug 23, 2021
1 parent 980bba4 commit b28e5e3
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 1 deletion.
2 changes: 2 additions & 0 deletions unittest/meta/TestAttrKeyMap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <gtest/gtest.h>

#include <memory>

using namespace saimeta;

TEST(AttrKeyMap, constructKey)
Expand Down
2 changes: 2 additions & 0 deletions unittest/vslib/TestBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <gtest/gtest.h>

#include <memory>

using namespace saivs;

TEST(Buffer, ctr)
Expand Down
2 changes: 2 additions & 0 deletions unittest/vslib/TestContextConfigContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <gtest/gtest.h>

#include <memory>

using namespace saivs;

TEST(ContextConfigContainer, insert)
Expand Down
2 changes: 2 additions & 0 deletions unittest/vslib/TestCorePortIndexMapContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <gtest/gtest.h>

#include <memory>

using namespace saivs;

TEST(CorePortIndexMapContainer, remove)
Expand Down
2 changes: 2 additions & 0 deletions unittest/vslib/TestEventQueue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include <gtest/gtest.h>

#include <memory>

using namespace saivs;

TEST(EventQueue, ctr)
Expand Down
2 changes: 2 additions & 0 deletions unittest/vslib/TestHostInterfaceInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

#include <gtest/gtest.h>

#include <memory>

using namespace saivs;

TEST(HostInterfaceInfo, sendTo)
Expand Down
2 changes: 2 additions & 0 deletions unittest/vslib/TestLaneMapContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <gtest/gtest.h>

#include <memory>

using namespace saivs;

TEST(LaneMapContainer, insert)
Expand Down
2 changes: 2 additions & 0 deletions unittest/vslib/TestMACsecForwarder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <gtest/gtest.h>

#include <memory>

using namespace saivs;

TEST(MACsecForwarder, ctr)
Expand Down
2 changes: 2 additions & 0 deletions unittest/vslib/TestRealObjectIdManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <gtest/gtest.h>

#include <memory>

using namespace saivs;

TEST(RealObjectIdManager, ctr)
Expand Down
2 changes: 2 additions & 0 deletions unittest/vslib/TestResourceLimiterContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <gtest/gtest.h>

#include <memory>

using namespace saivs;

TEST(ResourceLimiterContainer, insert)
Expand Down
2 changes: 2 additions & 0 deletions unittest/vslib/TestSaiAttrWrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <gtest/gtest.h>

#include <memory>

using namespace saivs;

TEST(SaiAttrWrap, ctr)
Expand Down
2 changes: 2 additions & 0 deletions unittest/vslib/TestSelectableFd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <gtest/gtest.h>

#include <memory>

using namespace saivs;

TEST(SelectableFd, ctr)
Expand Down
2 changes: 2 additions & 0 deletions unittest/vslib/TestSwitch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <gtest/gtest.h>

#include <memory>

using namespace saivs;

TEST(Switch, ctr)
Expand Down
2 changes: 2 additions & 0 deletions unittest/vslib/TestSwitchBCM56850.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include <gtest/gtest.h>

#include <memory>

using namespace saivs;

TEST(SwitchBCM56850, ctr)
Expand Down
2 changes: 2 additions & 0 deletions unittest/vslib/TestSwitchBCM81724.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include <gtest/gtest.h>

#include <memory>

using namespace saivs;

TEST(SwitchBCM81724, ctr)
Expand Down
2 changes: 2 additions & 0 deletions unittest/vslib/TestSwitchConfigContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <gtest/gtest.h>

#include <memory>

using namespace saivs;

TEST(SwitchConfigContainer, insert)
Expand Down
2 changes: 2 additions & 0 deletions unittest/vslib/TestSwitchMLNX2700.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include <gtest/gtest.h>

#include <memory>

using namespace saivs;

TEST(SwitchMLNX2700, ctr)
Expand Down
3 changes: 2 additions & 1 deletion unittest/vslib/TestTrafficFilterPipes.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#include "TrafficFilterPipes.h"
#include "MACsecIngressFilter.h"


#include <gtest/gtest.h>

#include <memory>

using namespace saivs;

TEST(TrafficFilterPipes, uninstallFilter)
Expand Down

0 comments on commit b28e5e3

Please sign in to comment.