summaryrefslogtreecommitdiff
path: root/CTestConfig.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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..)