db4a634072
fix build tag
9 lines
155 B
Go
9 lines
155 B
Go
// +build nomad_test
|
|
|
|
package driver
|
|
|
|
// Add the mock driver to the list of builtin drivers
|
|
func init() {
|
|
BuiltinDrivers["mock_driver"] = NewMockDriver
|
|
}
|