mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
utf8 routines in go; a start.
also: * parse flags in testing.Main. * add make test in src/lib. R=r DELTA=323 (323 added, 0 deleted, 0 changed) OCL=19831 CL=19850
This commit is contained in:
parent
284a50c109
commit
5169bb44e6
5 changed files with 325 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ func TRunner(t *T, test *Test) {
|
|||
}
|
||||
|
||||
export func Main(tests *[]Test) {
|
||||
flag.Parse();
|
||||
ok := true;
|
||||
if len(tests) == 0 {
|
||||
println("gotest: warning: no tests to run");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue