# Testing

## Test the driver

To test the driver make sure your current build is under your `$PATH` so that docker-machine can find it.

## Unit Tests

To run the unit tests available, use the following command in the `docker-machine-driver` directory:

```
make test
```
