Minor. Update tests to support them on Android

This commit is contained in:
Mikhael Bogdanov
2020-02-27 09:30:55 +01:00
parent 8a8536f8ae
commit a9e03937a3
8 changed files with 23 additions and 16 deletions
@@ -71,6 +71,10 @@ android {
ktest1 {
dimension "box"
}
ktest2 {
dimension "box"
}
}
}
@@ -96,4 +100,5 @@ dependencies {
ktest0Implementation fileTree(dir: 'libs/test', include: ['libtest0.jar'])
ktest1Implementation fileTree(dir: 'libs/test', include: ['libtest1.jar'])
ktest2Implementation fileTree(dir: 'libs/test', include: ['libtest2.jar'])
}