]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/README.md
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / README.md
index ca6a8c6580cfa66dbed86c307f6b105c585771e1..1d37f2d5ca9a82dfaecc63ce004773f653c85996 100644 (file)
@@ -4,7 +4,11 @@ They are run as part of all.bash.
 
 To run just these tests, execute:
 
-    go run run.go
+       ../bin/go test cmd/internal/testdir
+
+To run just tests from specified files in this directory, execute:
+
+       ../bin/go test cmd/internal/testdir -run='Test/(file1.go|file2.go|...)'
 
 Standard library tests should be written as regular Go tests in the appropriate package.