Skip to content

Commit 20327dd

Browse files
committed
removed cert addon tests which were accidentally re-added by a bad rebase
1 parent 9fe21bf commit 20327dd

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/CI-unixish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,6 @@ jobs:
168168
../../cppcheck --addon=misra --platform=avr8 --error-exitcode=1 misra/misra-test-avr8.c
169169
../../cppcheck --dump misc-test.cpp
170170
python3 ../misc.py -verify misc-test.cpp.dump
171-
../../cppcheck --dump cert-test.c
172-
python3 ../cert.py -verify cert-test.c.dump
173-
../../cppcheck --dump cert-test.cpp
174-
python3 ../cert.py -verify cert-test.cpp.dump
175171
../../cppcheck --dump naming_test.c
176172
python3 ../naming.py --var='[a-z].*' --function='[a-z].*' naming_test.c.dump
177173
../../cppcheck --dump naming_test.cpp

.github/workflows/CI-windows.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,6 @@ jobs:
196196
..\..\cppcheck --addon=misra --platform=avr8 --error-exitcode=1 misra\misra-test-avr8.c || exit /b !errorlevel!
197197
..\..\cppcheck --dump misc-test.cpp || exit /b !errorlevel!
198198
python3 ..\misc.py -verify misc-test.cpp.dump || exit /b !errorlevel!
199-
..\..\cppcheck --dump cert-test.c || exit /b !errorlevel!
200-
python3 ..\cert.py -verify cert-test.c.dump || exit /b !errorlevel!
201-
..\..\cppcheck --dump cert-test.cpp || exit /b !errorlevel!
202-
python3 ..\cert.py -verify cert-test.cpp.dump || exit /b !errorlevel!
203199
..\..\cppcheck --dump naming_test.c || exit /b !errorlevel!
204200
python3 ..\naming.py --var='[a-z].*' --function='[a-z].*' naming_test.c.dump || exit /b !errorlevel!
205201
..\..\cppcheck --dump naming_test.cpp || exit /b !errorlevel!

0 commit comments

Comments
 (0)