1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 08:22:52 +00:00

test control lines

This commit is contained in:
kai-morich
2020-03-20 20:11:47 +01:00
parent 5096d6940c
commit cffe54e15c
2 changed files with 198 additions and 28 deletions
+6
View File
@@ -43,3 +43,9 @@ android {
}
}
}
// create report even if tests fail
project.gradle.taskGraph.whenReady {
-> project.tasks.findAll { it.name =~ /connected.+AndroidTest/ }.each {
it.ignoreFailures = true
}
}