Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 961ba1f5d9dd053b4a0d0f35ee958487 > files > 58

ettercap-0.8.0-6.mga5.i586.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