blob: 03d9ea101169524a52616402fcbace25b0dcb229 [file] [log] [blame]
==============================
Vagrant: simple test harness
==============================
Use ``make`` and ``git diff`` for a simple test harness for Vagrant-based environment.
Prerequisites
-------------
Dependencies
~~~~~~~~~~~~
- make: tested on 4.1
- git: tested on 2.17.1
Running
-------
Command
~~~~~~~
.. code-block:: shell
$ make test
Credit
------
This is based on https://chrismorgan.info/blog/make-and-git-diff-test-harness blog post.