File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,28 +19,6 @@ export PATH=
1919
2020ec=0
2121
22- $cppcheck_bin $selfcheck_options \
23- externals \
24- || ec=1
25-
26- $mkdir_cmd b1
27-
28- $cppcheck_bin $selfcheck_options $cppcheck_options $naming_options \
29- --cppcheck-build-dir=b1 \
30- frontend \
31- || ec=1
32-
33- $cppcheck_bin $selfcheck_options $cppcheck_options $naming_options \
34- --cppcheck-build-dir=b1 \
35- -Ifrontend \
36- cli \
37- || ec=1
38-
39- $cppcheck_bin $selfcheck_options $cppcheck_options $naming_options \
40- --cppcheck-build-dir=b1 --enable=internal \
41- lib \
42- || ec=1
43-
4422$mkdir_cmd b2
4523
4624$cppcheck_bin $selfcheck_options $cppcheck_options $naming_options $qt_options \
@@ -51,22 +29,6 @@ $cppcheck_bin $selfcheck_options $cppcheck_options $naming_options $qt_options \
5129 gui $cmake_output /gui \
5230 || ec=1
5331
54- $cppcheck_bin $selfcheck_options $cppcheck_options \
55- -Ifrontend -Icli \
56- test/* .cpp \
57- || ec=1
58-
59- $cppcheck_bin $selfcheck_options $cppcheck_options \
60- -Icli \
61- tools/dmake/* .cpp \
62- || ec=1
63-
64- $cppcheck_bin $selfcheck_options $cppcheck_options $qt_options \
65- -I$cmake_output /tools/triage -Igui \
66- tools/triage/* .cpp $cmake_output /tools/triage \
67- || ec=1
68-
6932$rm_cmd -rf b2
70- $rm_cmd -rf b1
7133
7234exit $ec
Original file line number Diff line number Diff line change @@ -17,24 +17,6 @@ export PATH=
1717
1818ec=0
1919
20- $cppcheck_bin $selfcheck_options \
21- externals \
22- || ec=1
23-
24- $cppcheck_bin $selfcheck_options $cppcheck_options $naming_options \
25- frontend \
26- || ec=1
27-
28- $cppcheck_bin $selfcheck_options $cppcheck_options $naming_options \
29- -Ifrontend \
30- cli \
31- || ec=1
32-
33- $cppcheck_bin $selfcheck_options $cppcheck_options $naming_options \
34- --enable=internal \
35- lib \
36- || ec=1
37-
3820$cppcheck_bin $selfcheck_options $cppcheck_options $naming_options $qt_options \
3921 --suppress=constVariablePointer:* /moc_* .cpp \
4022 -DQT_CHARTS_LIB \
@@ -43,19 +25,4 @@ $cppcheck_bin $selfcheck_options $cppcheck_options $naming_options $qt_options \
4325 gui $cmake_output /gui \
4426 || ec=1
4527
46- $cppcheck_bin $selfcheck_options $cppcheck_options \
47- -Ifrontend -Icli \
48- test/* .cpp \
49- || ec=1
50-
51- $cppcheck_bin $selfcheck_options $cppcheck_options \
52- -Icli \
53- tools/dmake/* .cpp \
54- || ec=1
55-
56- $cppcheck_bin $selfcheck_options $cppcheck_options $qt_options \
57- -I$cmake_output /tools/triage -Igui \
58- tools/triage/* .cpp $cmake_output /tools/triage \
59- || ec=1
60-
6128exit $ec
You can’t perform that action at this time.
0 commit comments