We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04b433 commit b11dc1dCopy full SHA for b11dc1d
1 file changed
Resources/Scripts/gha_unit_tests.patch
@@ -1,15 +1,16 @@
1
diff --git a/Tests/Processors/CMakeLists.txt b/Tests/Processors/CMakeLists.txt
2
-index a89fa4da4..ab53e8d89 100644
+index 5c14d2a0e..7770875b8 100644
3
--- a/Tests/Processors/CMakeLists.txt
4
+++ b/Tests/Processors/CMakeLists.txt
5
-@@ -5,8 +5,8 @@ add_sources(${COMPONENT_NAME}_tests
+@@ -5,9 +5,9 @@ add_sources(${COMPONENT_NAME}_tests
6
DataBufferTests.cpp
7
PluginManagerTests.cpp
8
SourceNodeTests.cpp
9
- RecordNodeTests.cpp
10
++ # RecordNodeTests.cpp
11
+ SIMDConverterTests.cpp
12
- ProcessorGraphTests.cpp
-+ #RecordNodeTests.cpp
-+ #ProcessorGraphTests.cpp
13
++ # ProcessorGraphTests.cpp
14
EventTests.cpp
15
DataThreadTests.cpp
16
GenericProcessorTests.cpp
0 commit comments