Skip to content

Commit b11dc1d

Browse files
committed
Update unit tests patch for running on GHA
1 parent c04b433 commit b11dc1d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
diff --git a/Tests/Processors/CMakeLists.txt b/Tests/Processors/CMakeLists.txt
2-
index a89fa4da4..ab53e8d89 100644
2+
index 5c14d2a0e..7770875b8 100644
33
--- a/Tests/Processors/CMakeLists.txt
44
+++ b/Tests/Processors/CMakeLists.txt
5-
@@ -5,8 +5,8 @@ add_sources(${COMPONENT_NAME}_tests
5+
@@ -5,9 +5,9 @@ add_sources(${COMPONENT_NAME}_tests
66
DataBufferTests.cpp
77
PluginManagerTests.cpp
88
SourceNodeTests.cpp
99
- RecordNodeTests.cpp
10+
+ # RecordNodeTests.cpp
11+
SIMDConverterTests.cpp
1012
- ProcessorGraphTests.cpp
11-
+ #RecordNodeTests.cpp
12-
+ #ProcessorGraphTests.cpp
13+
+ # ProcessorGraphTests.cpp
1314
EventTests.cpp
1415
DataThreadTests.cpp
1516
GenericProcessorTests.cpp

0 commit comments

Comments
 (0)