Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 3 additions & 1 deletion analyzer/tests/functional/cmdline/test_cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,9 @@ def test_checkers_guideline(self):
'Malloc',
'MallocSizeof',
'clang-diagnostic-format-overflow',
'overflow-non-kprintf']))
'overflow-non-kprintf',
'gcc-allocation-size',
'gcc-out-of-bounds']))

checkers_cmd = [env.codechecker_cmd(), 'checkers', '--guideline']
_, out, _ = run_cmd(checkers_cmd)
Expand Down
Loading
Loading