Skip to content

Commit 0b9ef6c

Browse files
committed
remove
1 parent 6736374 commit 0b9ef6c

2 files changed

Lines changed: 0 additions & 71 deletions

File tree

selfcheck.sh

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,6 @@ export PATH=
1919

2020
ec=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

7234
exit $ec

selfcheck_san.sh

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,6 @@ export PATH=
1717

1818
ec=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-
6128
exit $ec

0 commit comments

Comments
 (0)