build/tests: support declaring tests to be manually executed
This commit is contained in:
committed by
SvyatoslavScherbina
parent
725e367614
commit
304a9ebd8e
@@ -2,7 +2,8 @@ import kotlinx.cinterop.*
|
||||
import sockets.*
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
if (args.size == 0) {
|
||||
if (args.size < 1) {
|
||||
println("Usage: ./echo_server <port>")
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user