Update README.md

This commit is contained in:
2013-10-08 14:13:21 -04:00
parent 199d2f12a2
commit 79cca1128b

View File

@@ -6,6 +6,12 @@ shunit requires cmdarg. Install it first: https://github.com/akesterson/cmdarg
shunit is a bash script for running tests scripts that are written with the shunit library. To use it, fir install it: shunit is a bash script for running tests scripts that are written with the shunit library. To use it, fir install it:
make install make install
... If you want to install it somewhere other than / (not recommended), you can use:
make PREFIX=/some/other/path install
... and it will install to /some/other/path/usr/...
... then run it with the name of a single bash test script or a whole directory of scripts: ... then run it with the name of a single bash test script or a whole directory of scripts: