Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ exclude_paths:
- test/test.cxx
- test/cfg/*.c
- test/cfg/*.cpp
- test/synthetic/*.c
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ man/cppcheck.1: $(MAN_SOURCE)
$(XP) $(DB2MAN) $(MAN_SOURCE)

tags:
ctags -R --exclude=doxyoutput --exclude=test/cfg --exclude=test/synthetic cli externals gui lib test
ctags -R --exclude=doxyoutput --exclude=test/cfg cli externals gui lib test

install: cppcheck
install -d ${BIN}
Expand Down
22 changes: 0 additions & 22 deletions benchmarks.txt

This file was deleted.

16 changes: 0 additions & 16 deletions cve-test-suite/cve-2018-1000618.cpp

This file was deleted.

15 changes: 0 additions & 15 deletions cve-test-suite/cve-2018-11360.c

This file was deleted.

9 changes: 0 additions & 9 deletions cve-test-suite/cve-2018-5334.c

This file was deleted.

30 changes: 0 additions & 30 deletions cve-test-suite/cve-2018-6836.c

This file was deleted.

31 changes: 0 additions & 31 deletions cve-test-suite/download.sh

This file was deleted.

22 changes: 0 additions & 22 deletions cve-test-suite/readme.txt

This file was deleted.

1 change: 0 additions & 1 deletion gui/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
add_subdirectory(benchmark)
add_subdirectory(cppchecklibrarydata)
add_subdirectory(filelist)
add_subdirectory(projectfile)
Expand Down
1 change: 0 additions & 1 deletion gui/test/benchmark/CMakeLists.txt

This file was deleted.

4 changes: 0 additions & 4 deletions gui/test/benchmark/benchmark.pro

This file was deleted.

30 changes: 0 additions & 30 deletions gui/test/benchmark/simple/CMakeLists.txt

This file was deleted.

47 changes: 0 additions & 47 deletions gui/test/benchmark/simple/benchmarksimple.cpp

This file was deleted.

37 changes: 0 additions & 37 deletions gui/test/benchmark/simple/benchmarksimple.h

This file was deleted.

15 changes: 0 additions & 15 deletions gui/test/benchmark/simple/simple.pro

This file was deleted.

2 changes: 1 addition & 1 deletion gui/test/readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GUI tests + benchmark tests
GUI tests
===========================

As the GUI uses Qt framework, the GUI tests also use Qt's Testlib. This is
Expand Down
4 changes: 2 additions & 2 deletions htmlreport/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ validate_html "$INDEX_HTML"
validate_html "$STATS_HTML"


../cppcheck ../test/synthetic --enable=all --inconclusive --xml-version=2 2> "$GUI_TEST_XML"
../cppcheck ../samples --enable=all --inconclusive --xml-version=2 2> "$GUI_TEST_XML"
xmllint --noout "$GUI_TEST_XML"
$PYTHON cppcheck-htmlreport --file "$GUI_TEST_XML" --title "xml2 + inconclusive test" --report-dir "$REPORT_DIR"
echo ""
Expand All @@ -49,7 +49,7 @@ validate_html "$INDEX_HTML"
validate_html "$STATS_HTML"


../cppcheck ../test/synthetic --enable=all --inconclusive --verbose --xml-version=2 2> "$GUI_TEST_XML"
../cppcheck ../samples --enable=all --inconclusive --verbose --xml-version=2 2> "$GUI_TEST_XML"
xmllint --noout "$GUI_TEST_XML"
$PYTHON cppcheck-htmlreport --file "$GUI_TEST_XML" --title "xml2 + inconclusive + verbose test" --report-dir "$REPORT_DIR"
echo -e "\n"
Expand Down
Loading