github.com/docker/app@v0.9.1-beta3.0.20210611140623-a48f773ab002/cmd/docker-app/main_test.go (about)

     1  // +build testrunmain
     2  
     3  package main
     4  
     5  import "testing"
     6  
     7  func TestRunMain(t *testing.T) {
     8  	main()
     9  }