open-nomad/client/driver/mock_driver_testing.go

9 lines
155 B
Go
Raw Normal View History

// +build nomad_test
2018-02-15 23:22:57 +00:00
package driver
// Add the mock driver to the list of builtin drivers
func init() {
BuiltinDrivers["mock_driver"] = NewMockDriver
}