backend/tests: Generate external test tasks in config stage

We generate tasks for external tests group during Gradle's configuration
phase instead of using separate task (regenerate_external_tests)
This commit is contained in:
Ilya Matveev
2017-01-25 10:34:19 +03:00
committed by ilmat192
parent f096e272b3
commit 7285c57cd8
4 changed files with 25 additions and 877 deletions
-1
View File
@@ -7,4 +7,3 @@ include ':backend.native'
include ':runtime'
include ':common'
include ':backend.native:tests'
include ':backend.native:tests:external'