diff options
Diffstat (limited to 'academic/pyCRAC/README.tests')
-rw-r--r-- | academic/pyCRAC/README.tests | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/academic/pyCRAC/README.tests b/academic/pyCRAC/README.tests new file mode 100644 index 0000000000..15def4bfeb --- /dev/null +++ b/academic/pyCRAC/README.tests @@ -0,0 +1,7 @@ +To test the pyCRAC scripts after installing the package on Slackware: + + cp -R /usr/share/pyCRAC <path-to-your-work-directory>/ + cd <path-to-your-work-directory>/pyCRAC/tests + sh test.sh + +If all tests complete without an error, the package is working. |