README.TESTS 938 B

1234567891011121314151617181920212223242526272829
  1. It is a good practice to run the series of tests provided by the MEME
  2. Suite developers once the executables are built. Unfortunatelly, they
  3. cannot be run properly as root (at least here).
  4. You can, however, run them once the package is built as a normal user.
  5. Just copy the folder where the meme suite was built as your normal user,
  6. navigate there and run 'make test'. So, do something like this (for meme
  7. version 5.1.0):
  8. 1) cp -a /tmp/SBo/meme-5.1.0/ ~/
  9. 2) cd ~/meme-5.1.0
  10. 3) make test
  11. You should receive a summary, like this:
  12. ========================================================================
  13. Testsuite summary for meme 5.1.0
  14. ========================================================================
  15. # TOTAL: 152
  16. # PASS: 152
  17. # SKIP: 0
  18. # XFAIL: 0
  19. # FAIL: 0
  20. # XPASS: 0
  21. # ERROR: 0
  22. ========================================================================
  23. Note that on my 32bit installation of Slackware in a VM, the tests fail.