github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/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  }