github.com/xmplusdev/xmcore@v1.8.11-0.20240412132628-5518b55526af/main/main_test.go (about) 1 //go:build coveragemain 2 // +build coveragemain 3 4 package main 5 6 import ( 7 "testing" 8 ) 9 10 func TestRunMainForCoverage(t *testing.T) { 11 main() 12 }