This file is indexed.

/usr/share/doc/ettercap-common/README.TESTS is in ettercap-common 1:0.8.0-11.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
Ettercap now has unit-tests!

- We use the "Check" unit testing framework (http://check.sourceforge.net/)

- To enable tests:
  - mkdir build 
  - cd build
  - cmake -DENABLE_TESTS=On ..
  - make && make test
    OR
  - make && make test_verbose