open-nomad/client/driver/mock_driver_testing.go
2018-02-15 15:22:57 -08:00

9 lines
154 B
Go

//+build nomad_test
package driver
// Add the mock driver to the list of builtin drivers
func init() {
BuiltinDrivers["mock_driver"] = NewMockDriver
}