cmocka/coverity
Andreas Schneider a79b97cb92 coverity: Add missing functions to model file 2023-02-03 12:47:42 +01:00
..
Makefile coverity: Add makefile to build/test the model files 2023-02-03 11:43:04 +01:00
README coverity: Add modeling file for assert functions. 2013-07-29 19:40:12 +02:00
coverity-builtins.h coverity: Add makefile to build/test the model files 2023-02-03 11:43:04 +01:00
coverity_assert_model.c coverity: Add missing functions to model file 2023-02-03 12:47:42 +01:00
coverity_internal_model.c coverity: Add modeling file for assert functions. 2013-07-29 19:40:12 +02:00

README

coverity_assert_model.c:

This file is a Coverity Modeling file for projects using CMocka for unit
testing. The assert functiions could create false positives, to avoid that you
can load this modeling file in the Coverity web interface.

coverity_internal_model.c:

This file is for the CMocka source code itself.