[Native][tests] Rename Gradle task "externalTest" to "codegenBoxTest"

This commit is contained in:
Dmitriy Dolovov
2022-02-09 15:45:07 +03:00
parent e5f819ffad
commit 174f4cd220
6 changed files with 569 additions and 569 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ fun nativeTest(taskName: String, vararg tags: String) = projectTest(taskName, jU
// Tasks that run different sorts of tests. Most frequent use case: running specific tests at TeamCity.
val infrastructureTest = nativeTest("infrastructureTest", "infrastructure")
val externalTest = nativeTest("externalTest", "external")
val codegenBoxTest = nativeTest("codegenBoxTest", "codegen")
val klibAbiTest = nativeTest("klibAbiTest", "klib")
// "test" task is created by convention. We can't just remove it. Let's enable it in developer's environment, so it can be used