summaryrefslogtreecommitdiffstats
path: root/academic/meme-suite/README.TESTS
blob: 9a408ef4d45bb87c54e1156816c8f4c49886a32e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
It is a good practice to run the series of tests provided by the MEME
Suite developers once the executables are built. Unfortunatelly, they
cannot be run properly as root (at least here).

You can, however, run them once the package is built as a normal user.
Just copy the folder where the meme suite was built as your normal user,
navigate there and run 'make test'. So, do something like this (for meme
version 5.1.0):

1) cp -a /tmp/SBo/meme-5.1.0/ ~/
2) cd ~/meme-5.1.0
3) make test

You should receive a summary, like this:

========================================================================
Testsuite summary for meme 5.1.0
========================================================================
# TOTAL: 152
# PASS:  152
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
========================================================================

Note that on my 32bit installation of Slackware in a VM, the tests fail.