Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FuzzTargets (0.1 sec)

  1. pkg/util/coverage/coverage.go

    	// have it "run" them.
    	tests := []testing.InternalTest{}
    	benchmarks := []testing.InternalBenchmark{}
    	examples := []testing.InternalExample{}
    	fuzztargets := []testing.InternalFuzzTarget{}
    
    	var deps fakeTestDeps
    
    	dummyRun := testing.MainStart(deps, tests, benchmarks, fuzztargets, examples)
    	dummyRun.Run()
    
    	// Once it writes to the temporary path, we move it to the intended path.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 21:00:21 UTC 2022
    - 3.2K bytes
    - Viewed (0)
Back to top