Hi, I was wondering how one can add a testing target in cmake just as it is done in the Makfeile.am in tedelibs and tedepim. There you have
check-local: .......
but I don't know how to do it in cmake, so that it compiles but does not run tests except you say make check-local. I think general rule is required and probably added to the tde cmake. I or we could then re-add the tests that were skipped when moving to cmake.