repo.or.cz
/
nasm
/
perl-rewrite.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reworked test files for better error reporting
[nasm/perl-rewrite.git]
/
perl
/
README
blob
8fba245bb9604d0bf5d5a077ea320c24bf863b07
1
cd perl;
2
prove;
3
4
to run all tests:
5
RELEASE_TESTING=1 prove;
6
7
to only run normal + pod tests:
8
POD_TESTING=1 prove;
9
10
Finished / Usable
11
version.pl
12
regs.pl
13
14
Incomplete
15
insns.pl
16
17
18
version.pl has good test coverage
19
20
regs.pl has some test coverage