diff --git a/src/main.rs b/src/main.rs index 2309f89..043c746 100644 --- a/src/main.rs +++ b/src/main.rs @@ -77,6 +77,8 @@ fn test_producer() { assert_eq!(queue_consumer.pop(), PathBuf::from("/home/marco/Documenti/workspace/grcov/test/RootAccessibleWrap.gcda")); assert_eq!(queue_consumer.pop(), PathBuf::from("/home/marco/Documenti/workspace/grcov/test/nsMaiInterfaceValue.gcda")); assert_eq!(queue_consumer.pop(), PathBuf::from("/home/marco/Documenti/workspace/grcov/test/sub/prova2.gcda")); + assert_eq!(queue_consumer.pop(), PathBuf::from("/home/marco/Documenti/workspace/grcov/test/nsMaiInterfaceDocument.gcda")); + assert_eq!(queue_consumer.pop(), PathBuf::from("/home/marco/Documenti/workspace/grcov/test/Unified_cpp_netwerk_base0.gcda")); assert_eq!(queue_consumer.pop(), PathBuf::from("/home/marco/Documenti/workspace/grcov/test/prova.gcda")); } diff --git a/test/Unified_cpp_netwerk_base0.gcda b/test/Unified_cpp_netwerk_base0.gcda new file mode 100644 index 0000000..f15654e Binary files /dev/null and b/test/Unified_cpp_netwerk_base0.gcda differ diff --git a/test/Unified_cpp_netwerk_base0.gcno b/test/Unified_cpp_netwerk_base0.gcno new file mode 100644 index 0000000..d6af2e6 Binary files /dev/null and b/test/Unified_cpp_netwerk_base0.gcno differ diff --git a/test/nsGnomeModule.gcda b/test/nsGnomeModule.gcda new file mode 100644 index 0000000..63580b9 Binary files /dev/null and b/test/nsGnomeModule.gcda differ diff --git a/test/nsGnomeModule.gcno b/test/nsGnomeModule.gcno new file mode 100644 index 0000000..7e3a617 Binary files /dev/null and b/test/nsGnomeModule.gcno differ diff --git a/test/nsMaiInterfaceDocument.gcda b/test/nsMaiInterfaceDocument.gcda new file mode 100644 index 0000000..3dd372d Binary files /dev/null and b/test/nsMaiInterfaceDocument.gcda differ diff --git a/test/nsMaiInterfaceDocument.gcno b/test/nsMaiInterfaceDocument.gcno new file mode 100644 index 0000000..af300cf Binary files /dev/null and b/test/nsMaiInterfaceDocument.gcno differ