views:

11

answers:

0

We have splitted our grails application into several inplace-plugins. Now we want to have the tests in the same plugin like the classes which they test.

Is it possible to configure our application (e.g. in BuildConfig.groovy) so that the tests in the plugins are executed too when we run "test-app"?