Home | History | Annotate | Download | only in cover

Lines Matching refs:testdata

21 	testdata = "testdata"
29 testMain = filepath.Join(testdata, "main.go")
30 testTest = filepath.Join(testdata, "test.go")
31 coverInput = filepath.Join(testdata, "test_line.go")
32 coverOutput = filepath.Join(testdata, "test_cover.go")
39 // replace the word LINE with the line number < testdata/test.go > testdata/test_line.go
41 // ./testcover -mode=count -var=CoverTest -o ./testdata/test_cover.go testdata/test_line.go
42 // go run ./testdata/main.go ./testdata/test.go
72 // ./testcover -mode=count -var=thisNameMustBeVeryLongToCauseOverflowOfCounterIncrementStatementOntoNextLineForTest -o ./testdata/test_cover.go testdata/test_line.go
76 // defer removal of ./testdata/test_cover.go
81 // go run ./testdata/main.go ./testdata/test.go