github.com/djenriquez/nomad-1@v0.8.1/client/driver/mock_driver_testing.go (about)

     1  // +build nomad_test
     2  
     3  package driver
     4  
     5  // Add the mock driver to the list of builtin drivers
     6  func init() {
     7  	BuiltinDrivers["mock_driver"] = NewMockDriver
     8  }