donate-cpu.py: Auto detect cppunit configuration after next release.

This commit is contained in:
orbitcowboy 2019-03-03 17:05:40 +01:00
parent d1b42434f3
commit d4511d3a22
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ def scanPackage(workPath, cppcheckPath, jobs, fast):
libraries = ' --library=posix --library=gnu' libraries = ' --library=posix --library=gnu'
libraryIncludes = {'boost': ['<boost/'], libraryIncludes = {'boost': ['<boost/'],
'cppunit': ['<cppunit/'], # 'cppunit': ['<cppunit/'], <- Enable after release of 1.88
'googletest': ['<gtest/gtest.h>'], 'googletest': ['<gtest/gtest.h>'],
'gtk': ['<gtk/gtk.h>', '<glib.h>', '<glib/'], 'gtk': ['<gtk/gtk.h>', '<glib.h>', '<glib/'],
# 'libcerror': ['<libcerror.h>'], <- Enable after release of 1.88 # 'libcerror': ['<libcerror.h>'], <- Enable after release of 1.88