Test: split test cases in N binaries.
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sat, 21 Jan 2012 10:23:34 +0000 (08:23 -0200)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sat, 21 Jan 2012 10:23:34 +0000 (08:23 -0200)
commita72f06b655fb42fd551d75ad9c8b80c6a86cafd9
tree71e6bb1c74ec64fe8faba234af7366771c043208
parentcd4048df35e243a665b545d3cf529422ca997ee2
Test: split test cases in N binaries.
Each test in its own binary:
- Allow linking of mock objects without conflicts with the original definition,
  which is linked in another executable;
- Provide list of tests and hints on which test failed, instead of a bloated
  binary, which gives no hint about.
12 files changed:
test/CMakeLists.test_hoststatusanalyzer.txt [new file with mode: 0644]
test/CMakeLists.test_icmpv4header.txt [new file with mode: 0644]
test/CMakeLists.test_icmpv6header.txt [new file with mode: 0644]
test/CMakeLists.test_ipv4header.txt [new file with mode: 0644]
test/CMakeLists.test_ipv6header.txt [new file with mode: 0644]
test/CMakeLists.test_messagepayload.txt [new file with mode: 0644]
test/CMakeLists.txt
test/test_hoststatusanalyzer.cpp
test/test_icmpv4header.cpp
test/test_icmpv6header.cpp
test/test_ipv4header.cpp
test/test_ipv6header.cpp