summaryrefslogtreecommitdiff
path: root/CTestConfig.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Add CMakePresets.jsonaqua2022-08-271-13/+0
| | | | | | | | - add clang-tidy to debug configuration - add valgrind target: test_memcheck - add coverage target: test_coverage - bitbucket pipelines: store test results in junit format for test reporting
* Added CtestConfig.cmakeAndrea Diamantini2010-10-301-0/+13
With this we can pull our build results to CDash dashboard (my.cdash.org/index.php?project=rekonq) All you need to do is: - clean your build dir - launch cmake with tests enabled (option -DKDE4_BUILD_TESTS=true. Please add it to your usual build script) - execute "ctest -D Experimental" or "make Experimental" That's it! WARNING: It works here just with cmake 2.8.0 on. (Currently 2.8.2 here..)