Lines Matching refs:test
15 from project('sts-test').layout.buildDirectory.file('testcases')
25 if (findProject('test-app') != null) {
27 from project('test-app').layout.buildDirectory.file('outputs/apk/debug')
34 // To add another Android apk to the test, copy the block above and rename
36 // Remember to use that APK file name in your `sts-test`.
39 from project('sts-test').layout.projectDirectory.file('libs')
43 from project('sts-test').layout.projectDirectory.dir('jdk')
49 dependsOn ':sts-test:copyHostSideTest'
56 if (findProject('test-app') != null) {
57 dependsOn ':test-app:assemble'
60 // To add another Android apk to the test, copy the block above and rename
69 dependsOn ':sts-test:copyHostSideTest'
76 if (findProject('test-app') != null) {
77 dependsOn ':test-app:assemble'
80 // To add another Android apk to the test, copy the block above and rename
92 exclude 'test-app/libs'
93 exclude 'sts-test/libs'
94 exclude 'sts-test/jdk'
95 exclude 'sts-test/utils'
98 from project('sts-test').layout.projectDirectory.file('libs/version.txt')