Enable Qt4 tests
authorDiane Trout <diane@caltech.edu>
Mon, 23 Oct 2006 22:55:44 +0000 (22:55 +0000)
committerDiane Trout <diane@caltech.edu>
Mon, 23 Oct 2006 22:55:44 +0000 (22:55 +0000)
commitc720e3a63eb049ec466a5f55566aa248f273f8b9
tree583cc5972208f8160a8a80cb0654cfc11e9a44c9
parent55448a7aa70f6756e3b0a0227354efb89f39a160
Enable Qt4 tests
ticket:207
To fix the problem generating the moc_Test files I stopped trying
to fake the .hpp file for moc, and renamed the qui/test/Test*.cpp files to
.hpp and added a very small .cpp file which included the header and
called the QTEST_MAIN or QTEST_APPLESS_MAIN macro.
APPLESS will work even if I don't have a working X server on linux, but
some parts of Qt require that the gApp be constructed.
qui/CMakeLists.txt
qui/test/CMakeLists.txt
qui/test/TestColorSharing.hpp [new file with mode: 0644]
qui/test/TestSequenceBrowser.hpp [new file with mode: 0644]
qui/test/TestSequenceDescription.hpp [new file with mode: 0644]
qui/test/TestSequenceLocationModel.hpp [new file with mode: 0644]