Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 7c10039bf14377ba31ac4cf53cb46cae > files > 58

ettercap-0.8.0-3.1.mga4.x86_64.rpm


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