diff --git a/tools/donate_cpu_lib.py b/tools/donate_cpu_lib.py index 2f2cea803ae..44d3157bc40 100644 --- a/tools/donate_cpu_lib.py +++ b/tools/donate_cpu_lib.py @@ -16,7 +16,7 @@ # Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/ # Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic # changes) -CLIENT_VERSION = "1.3.69" +CLIENT_VERSION = "1.3.70" # Timeout for analysis with Cppcheck in seconds CPPCHECK_TIMEOUT = 30 * 60 @@ -684,7 +684,8 @@ def upload_nodata(package): class LibraryIncludes: def __init__(self): - include_mappings = {'boost': ['', '', '','', '', '', ''], 'cairo': [''], 'cppunit': ['', '', ''], 'microsoft_atl': [''], 'microsoft_sal': [''], + 'microsoft_unittest': [''], 'motif': ['', '"prtypes.h"'], 'ntl': ['', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''], - #'selinux': ['', '"sqlite3.h"'], 'tinyxml2': [''], }