• Home
  • History
  • Annotate
  • only in /external/owasp/sanitizer/tools/emma/
NameDateSize

..06-Oct-20154 KiB

lib/06-Oct-20154 KiB

README.txt06-Oct-20151.3 KiB

README.txt

1
2EMMA is a Java code coverage tool. For more information on EMMA, please
3look at the HTML and PDF documentation included in docs/ directory. More
4information is available at EMMA's home site:
5
6  http://emma.sourceforge.net
7
8The top level directories in this distribution are:
9
10lib/          EMMA implementation jars
11docs/         EMMA user guide and reference manual
12examples/     ANT build.xml examples (referenced by the user guide)
13
14
15REQUIREMENTS
16~~~~~~~~~~~~
17
18EMMA is a self-contained toolkit (with no external library dependencies)
19supported on any Java 2 runtime.
20
21
22EXAMPLES
23~~~~~~~~
24
25To try the examples please read the user guide or follow instructions in
26docs/README.txt.
27
28
29BUILDING EMMA
30~~~~~~~~~~~~~
31
32To limit the download size, this distribution does not include the source
33code. You can obtain it and the build instructions as
34emma-<build label>-src.zip download from EMMA's project summary site: 
35
36   http://sourceforge.net/projects/emma
37
38 __________________________________________________________________________
39       Copyright (C) 2003-2005 Vladimir Roubtsov. All rights reserved.
40
41 This program and the accompanying materials are made available under
42 the terms of the Common Public License v1.0 which accompanies this
43 distribution, and is available at http://www.eclipse.org/legal/cpl-v10.html
44