trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: May 2016

Testing target in cmake

From: deloptes <deloptes@...>
Date: Mon, 23 May 2016 00:15:31 +0200
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.