File: README.md

package info (click to toggle)
libgnatcoll-db 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 11,592 kB
  • sloc: ansic: 128,019; ada: 28,171; sql: 15,778; python: 2,266; makefile: 621; sh: 45
file content (24 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Running GNATcoll Testsuite
==========================

`The testsuite is currently under construction !`

To run it you need to have Python installed along with the package
e3-testsuite.

To install e3-testsuite:

```sh
pip install git+https://github.com/AdaCore/e3-testsuite.git
```

Then do

```sh
./run-tests
```

In order to have coverage information with gcov, just add `--gcov`. In that
case a summary of the coverage information is displayed at the end of the
testsuite. Full coverage information can be found in `gcov/results`
subdirectory.