mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-25 17:45:35 +03:00
11 lines
447 B
Markdown
11 lines
447 B
Markdown
# Running Tests With Vagrant
|
|
|
|
To run tests using these instructions, you will first need to install
|
|
[Vagrant](https://www.vagrantup.com). You should be able to use
|
|
[VirtualBox](https://www.virtualbox.org) with each environment. Other providers,
|
|
such as VMWare and Hyper-V, may be available, depending on the box used.
|
|
|
|
* [Run tests on Linux](linux/README.md)
|
|
* [Run tests on FreeBSD](freebsd/README.md)
|
|
* [Run tests on Windows](windows/README.md)
|