Restructured test directories.
commit0dbfce76f18967258a1e4b47f79a426098dfa8e6
authorAndreas Waidler <arandes@programmers.at>
Fri, 12 Mar 2010 21:58:58 +0000 (12 22:58 +0100)
committerAndreas Waidler <arandes@programmers.at>
Fri, 12 Mar 2010 21:58:58 +0000 (12 22:58 +0100)
tree0f332ba44a07f43f64118bcc424b05cd3bd8aa45
parent90d5d36059e9fd84972e45141c5e196b04236aff
Restructured test directories.
19 files changed:
configure.ac
tests/Makefile.am
tests/framework/AutoCreatedException.cxx [moved from tests/AutoCreatedException.cxx with 79% similarity]
tests/framework/AutoCreatedException.hxx [moved from tests/AutoCreatedException.hxx with 100% similarity]
tests/framework/CountingException.cxx [moved from tests/CountingException.cxx with 88% similarity]
tests/framework/CountingException.hxx [moved from tests/CountingException.hxx with 100% similarity]
tests/framework/Makefile.am [new file with mode: 0644]
tests/framework/MockException.cxx [moved from tests/MockException.cxx with 77% similarity]
tests/framework/MockException.hxx [moved from tests/MockException.hxx with 100% similarity]
tests/framework/UncloneableException.cxx [moved from tests/UncloneableException.cxx with 83% similarity]
tests/framework/UncloneableException.hxx [moved from tests/UncloneableException.hxx with 100% similarity]
tests/src/Makefile.am [new file with mode: 0644]
tests/src/TestException.cxx [moved from tests/TestException.cxx with 94% similarity]
tests/src/TestException.hxx [moved from tests/TestException.hxx with 100% similarity]
tests/src/TestMacros.cxx [moved from tests/TestMacros.cxx with 74% similarity]
tests/src/TestMacros.hxx [moved from tests/TestMacros.hxx with 100% similarity]
tests/src/TestUtility.cxx [moved from tests/TestUtility.cxx with 96% similarity]
tests/src/TestUtility.hxx [moved from tests/TestUtility.hxx with 97% similarity]
tests/testRegistry.cxx