cppcheck/test/cfg
Sebastian 7a59949cb4 qt config test: Use pkg-config to retrieve Qt settings. (#1571)
To be able to use real Qt-Code in "test/cfg/qt.cpp" and still do a
syntax check the Qt settings are read out via pkg-config now if it is
available. This way the test now can contain Qt macros and functions and
the syntax check can still be used.
Additionally the same options as for the other tests are used now for
the Qt config tests.
Installing the package "qtbase5-dev" should be enough to enable the
syntax checks (already installed for travis tests).
2019-01-07 14:40:21 +01:00
..
bsd.c bsd.cfg: Add arc4random* functions with tests. (#1344) 2018-08-16 21:37:40 +02:00
generate-cfg-tests.sh add script to generate cfg tests 2018-03-18 13:03:19 +01:00
gnu.c Fix compile error in test code 2018-10-28 21:36:28 +01:00
gtk.c Gtk library: Add configuration to avoid syntax error, add test file (#1109) 2018-03-10 11:22:10 +01:00
posix.c posix.cfg: Add some pthread_mutex_* functions. (#1320) 2018-07-21 17:52:12 +02:00
qt.cpp qt config test: Use pkg-config to retrieve Qt settings. (#1571) 2019-01-07 14:40:21 +01:00
runtests.sh qt config test: Use pkg-config to retrieve Qt settings. (#1571) 2019-01-07 14:40:21 +01:00
std.c snprintf/g_snprintf: do not allow uninitialized target buffer 2018-12-22 20:40:47 +01:00
std.cpp Fixed checkcfg: test/cfg/std.cpp:2904:error:uninitvar:Uninitialized variable: s 2018-12-23 18:09:55 +01:00
windows.cpp Use FwdAnalysis in UnusedVar. This is still work-in-progress. Merging to master branch so it can be tested. 2018-12-13 18:52:56 +01:00
wxwidgets.cpp Use FwdAnalysis in UnusedVar. This is still work-in-progress. Merging to master branch so it can be tested. 2018-12-13 18:52:56 +01:00