# HG changeset patch # User lost@l-w.ca # Date 1315453775 21600 # Node ID 03f425c6c39c481208984af62fc0f52ae5b0dc9d # Parent 5e7f8e1ac99f8b8aac6a99d682bafec138c99b94 Added note about "make test" to readme diff -r 5e7f8e1ac99f -r 03f425c6c39c 00README.txt --- a/00README.txt Wed Sep 07 21:47:07 2011 -0600 +++ b/00README.txt Wed Sep 07 21:49:35 2011 -0600 @@ -8,4 +8,8 @@ To see if a quick build will work, just type "make". If it works, you're ready to go ahead with "make install". This will install in /usr/local/bin. +If you feel adventurous, you can also run the test suite by running "make +test". However, be warned that it is likely not going to work unless you are +running on a fairly standard unix system with perl in /usr/bin/perl. + See docs/ for additional information.