From e6561e006273edc64baf6b3af30e26a3817214d2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 2 Oct 2024 13:43:47 -0300 Subject: Makefile: Setup benchmarking skeleton --- tests/fuzz/api.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/fuzz/api.go') diff --git a/tests/fuzz/api.go b/tests/fuzz/api.go index 50a19d2..0d6db03 100644 --- a/tests/fuzz/api.go +++ b/tests/fuzz/api.go @@ -26,9 +26,9 @@ func main() { } deps := testdeps.TestDeps{} - tests := []testing.InternalTest {} - benchmarks := []testing.InternalBenchmark{} - examples := []testing.InternalExample {} + tests := []testing.InternalTest {} + benchmarks := []testing.InternalBenchmark{} + examples := []testing.InternalExample {} m := testing.MainStart(deps, tests, benchmarks, fuzzTargets, examples) os.Exit(m.Run()) } -- cgit v1.2.3