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

tests UsbDeviceConnection close behavior

and extract test utilities
This commit is contained in:
kai-morich
2020-07-18 19:30:43 +02:00
parent a1e58b9843
commit 8eaf3f5c5f
7 changed files with 1038 additions and 726 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ android {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments = [ // Raspi Windows LinuxVM ...
'rfc2217_server_host': '192.168.0.110',
'rfc2217_server_host': '192.168.0.100',
'rfc2217_server_nonstandard_baudrates': 'true', // true false false
]
}