-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
51 changed files
with
94 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+128 Bytes
integration-tests/testdata/smoketest_project_utf16/3rdparty/extlib.cc
Binary file not shown.
Binary file added
BIN
+84 Bytes
integration-tests/testdata/smoketest_project_utf16/3rdparty/extlib.hh
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+5.31 KB
integration-tests/testdata/smoketest_project_utf16/build/cppcheck-report.xml
Binary file not shown.
Binary file added
BIN
+3.72 KB
integration-tests/testdata/smoketest_project_utf16/build/gcovr-report.xml
Binary file not shown.
Binary file added
BIN
+2.15 KB
integration-tests/testdata/smoketest_project_utf16/build/xunit-report.xml
Binary file not shown.
28 changes: 28 additions & 0 deletions
28
integration-tests/testdata/smoketest_project_utf16/sonar-project.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# metadata | ||
sonar.projectKey=smoketest_project | ||
|
||
# disable SCM support | ||
sonar.scm.disabled=true | ||
|
||
# disable XML sensor | ||
sonar.xml.file.suffixes=.disable-xml | ||
|
||
# file extensions assigned to the cxx programming language | ||
sonar.cxx.file.suffixes=.cxx,.cpp,.cc,.c,.hxx,.hpp,.hh,.h | ||
|
||
# comma-separated paths to directories containing source files | ||
sonar.sources=src | ||
|
||
# comma-separated paths to directories containing test source files | ||
sonar.tests=tests/unittests | ||
|
||
# comma-separated list of directories where the plugin should search for include files | ||
sonar.cxx.includeDirectories=src,3rdparty | ||
|
||
# paths to the reports | ||
sonar.cxx.cppcheck.reportPaths=build/cppcheck-report.xml | ||
sonar.cxx.cobertura.reportPaths=build/gcovr-report*.xml | ||
sonar.cxx.cobertura.itReportPaths=build/gcovr-report*.xml | ||
sonar.cxx.cobertura.overallReportPaths=build/gcovr-report*.xml | ||
sonar.cxx.valgrind.reportPaths=build/valgrind-report.xml | ||
sonar.cxx.xunit.reportPaths=build/xunit-report.xml |
Binary file not shown.
Binary file added
BIN
+1.73 KB
integration-tests/testdata/smoketest_project_utf16/src/lib/component1.cc
Binary file not shown.
Binary file added
BIN
+262 Bytes
integration-tests/testdata/smoketest_project_utf16/src/lib/component1.hh
Binary file not shown.
Binary file added
BIN
+1.72 KB
integration-tests/testdata/smoketest_project_utf16/src/lib/component2.cc
Binary file not shown.
Binary file added
BIN
+172 Bytes
integration-tests/testdata/smoketest_project_utf16/src/package1/fileA.hh
Binary file not shown.
Binary file added
BIN
+172 Bytes
integration-tests/testdata/smoketest_project_utf16/src/package2/fileB.hh
Binary file not shown.
Binary file added
BIN
+148 Bytes
integration-tests/testdata/smoketest_project_utf16/src/package2/fileC.hh
Binary file not shown.
Binary file added
BIN
+148 Bytes
integration-tests/testdata/smoketest_project_utf16/src/package2/fileD.hh
Binary file not shown.
Binary file added
BIN
+22.3 KB
...tests/testdata/smoketest_project_utf16/tests/gtest-1.6.0/include/gtest/gtest-death-test.h
Binary file not shown.
Binary file added
BIN
+16.8 KB
...on-tests/testdata/smoketest_project_utf16/tests/gtest-1.6.0/include/gtest/gtest-message.h
Binary file not shown.
Binary file added
BIN
+151 KB
...tests/testdata/smoketest_project_utf16/tests/gtest-1.6.0/include/gtest/gtest-param-test.h
Binary file not shown.
Binary file added
BIN
+60.7 KB
...n-tests/testdata/smoketest_project_utf16/tests/gtest-1.6.0/include/gtest/gtest-printers.h
Binary file not shown.
Binary file added
BIN
+19.9 KB
...ration-tests/testdata/smoketest_project_utf16/tests/gtest-1.6.0/include/gtest/gtest-spi.h
Binary file not shown.
Binary file added
BIN
+13 KB
...-tests/testdata/smoketest_project_utf16/tests/gtest-1.6.0/include/gtest/gtest-test-part.h
Binary file not shown.
Binary file added
BIN
+20.5 KB
...tests/testdata/smoketest_project_utf16/tests/gtest-1.6.0/include/gtest/gtest-typed-test.h
Binary file not shown.
Binary file added
BIN
+165 KB
integration-tests/testdata/smoketest_project_utf16/tests/gtest-1.6.0/include/gtest/gtest.h
Binary file not shown.
Binary file added
BIN
+30.3 KB
...-tests/testdata/smoketest_project_utf16/tests/gtest-1.6.0/include/gtest/gtest_pred_impl.h
Binary file not shown.
Binary file added
BIN
+4.65 KB
...ation-tests/testdata/smoketest_project_utf16/tests/gtest-1.6.0/include/gtest/gtest_prod.h
Binary file not shown.
Binary file added
BIN
+25.8 KB
...ketest_project_utf16/tests/gtest-1.6.0/include/gtest/internal/gtest-death-test-internal.h
Binary file not shown.
Binary file added
BIN
+19.4 KB
...estdata/smoketest_project_utf16/tests/gtest-1.6.0/include/gtest/internal/gtest-filepath.h
Binary file not shown.
Binary file added
BIN
+94.8 KB
...estdata/smoketest_project_utf16/tests/gtest-1.6.0/include/gtest/internal/gtest-internal.h
Binary file not shown.
Binary file added
BIN
+16.2 KB
...tdata/smoketest_project_utf16/tests/gtest-1.6.0/include/gtest/internal/gtest-linked_ptr.h
Binary file not shown.
Binary file added
BIN
+340 KB
...etest_project_utf16/tests/gtest-1.6.0/include/gtest/internal/gtest-param-util-generated.h
Binary file not shown.
Binary file added
BIN
+48.5 KB
...tdata/smoketest_project_utf16/tests/gtest-1.6.0/include/gtest/internal/gtest-param-util.h
Binary file not shown.
Binary file added
BIN
+125 KB
...ts/testdata/smoketest_project_utf16/tests/gtest-1.6.0/include/gtest/internal/gtest-port.h
Binary file not shown.
Binary file added
BIN
+27.2 KB
.../testdata/smoketest_project_utf16/tests/gtest-1.6.0/include/gtest/internal/gtest-string.h
Binary file not shown.
Binary file added
BIN
+56.8 KB
...s/testdata/smoketest_project_utf16/tests/gtest-1.6.0/include/gtest/internal/gtest-tuple.h
Binary file not shown.
Binary file added
BIN
+18.7 KB
...tdata/smoketest_project_utf16/tests/gtest-1.6.0/include/gtest/internal/gtest-tuple.h.pump
Binary file not shown.
Binary file added
BIN
+369 KB
...stdata/smoketest_project_utf16/tests/gtest-1.6.0/include/gtest/internal/gtest-type-util.h
Binary file not shown.
Binary file added
BIN
+18.8 KB
...a/smoketest_project_utf16/tests/gtest-1.6.0/include/gtest/internal/gtest-type-util.h.pump
Binary file not shown.
Binary file added
BIN
+4.32 KB
integration-tests/testdata/smoketest_project_utf16/tests/gtest-1.6.0/src/gtest-all.cc
Binary file not shown.
Binary file added
BIN
+93.1 KB
integration-tests/testdata/smoketest_project_utf16/tests/gtest-1.6.0/src/gtest-death-test.cc
Binary file not shown.
Binary file added
BIN
+28.6 KB
integration-tests/testdata/smoketest_project_utf16/tests/gtest-1.6.0/src/gtest-filepath.cc
Binary file not shown.
Binary file added
BIN
+80.7 KB
...gration-tests/testdata/smoketest_project_utf16/tests/gtest-1.6.0/src/gtest-internal-inl.h
Binary file not shown.
Binary file added
BIN
+50.9 KB
integration-tests/testdata/smoketest_project_utf16/tests/gtest-1.6.0/src/gtest-port.cc
Binary file not shown.
Binary file added
BIN
+24.2 KB
integration-tests/testdata/smoketest_project_utf16/tests/gtest-1.6.0/src/gtest-printers.cc
Binary file not shown.
Binary file added
BIN
+8.41 KB
integration-tests/testdata/smoketest_project_utf16/tests/gtest-1.6.0/src/gtest-test-part.cc
Binary file not shown.
Binary file added
BIN
+7.54 KB
integration-tests/testdata/smoketest_project_utf16/tests/gtest-1.6.0/src/gtest-typed-test.cc
Binary file not shown.
Binary file added
BIN
+361 KB
integration-tests/testdata/smoketest_project_utf16/tests/gtest-1.6.0/src/gtest.cc
Binary file not shown.
Binary file added
BIN
+3.54 KB
integration-tests/testdata/smoketest_project_utf16/tests/gtest-1.6.0/src/gtest_main.cc
Binary file not shown.
Binary file added
BIN
+1.29 KB
integration-tests/testdata/smoketest_project_utf16/tests/unittests/test_component1.cc
Binary file not shown.
Binary file modified
BIN
+456 Bytes
(200%)
integration-tests/testdata/vs_project/reports/warnings.log
Binary file not shown.
Binary file not shown.