aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
Commit message (Collapse)AuthorAgeFilesLines
* Add some sanity to the clang detection code for qmake buildUlf Hermann2017-11-221-3/+1
| | | | | | | | | | | | | | llvm-config can usually be found in PATH on systems which have standard paths at all. There is no need to specify LLVM_INSTALL_DIR then. Furthermore, llvm-config has an option --bindir which will tell us the directory where clang can be found (if installed). No need to apply strange heuristics based on LLVM_INSTALL_DIR. Finally, we can check within each .pro file for the conditions to be met using qmake's require() function. This way we don't need to fiddle with LLVM_INSTALL_DIR in unrelated places. Change-Id: I1a6ab092b06de40dfbfa4a9e7053451360fd24c8 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* Tests: Build clang unit tests when clang is enabledOrgad Shaneh2016-02-221-0/+2
| | | | | | Change-Id: Ia3a07f73bd39304bb4bf1b67cb662499792fa2ca Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
* fix subprojects re valgrind testsOswald Buddenhagen2013-04-021-3/+0
| | | | | | | amends e6c0c292b9c Change-Id: Ib57bf0315b92f8c9a0face9faa3da76f383346e8 Reviewed-by: hjk <hjk121@nokiamail.com>
* Add libvalgrind tests.Mike McQuaid2011-03-041-0/+3
| | | | | Merge-request: 260 Reviewed-by: hjk <qtc-committer@nokia.com>
* Debugger: Move tools out of tests/manual. into test/tools.Friedemann Kleint2010-11-041-2/+1
|
* Add missing tests root project fileBill King2010-07-141-0/+3