Skip to content

Commit 9d7d35a

Browse files
committed
NO MERGE: AVInput COM-RPC Support: Unit tests: Added impl support to CMakeLists.txt
1 parent 09e6763 commit 9d7d35a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@
1818
**/
1919

2020
#include <gtest/gtest.h>
21+
#include <gmock/gmock.h>
2122

2223
#include "AVInput.h"
2324
// <pca>
2425
#include "AVInputImplementation.h"
2526
#include "COMLinkMock.h"
2627
#include "WorkerPoolImplementation.h"
28+
#include "WrapsMock.h"
2729
// </pca>
2830

2931
#include "CompositeInputMock.h"

0 commit comments

Comments
 (0)