summaryrefslogtreecommitdiffstats
path: root/Tests/Module/GenerateExportHeader/exportheader_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* GenerateExportHeader: Work around buggy std::getline behavior in BCB5.James Johnston2015-12-311-0/+12
|
* Speed up the GenerateExportHeader unit test (#14453).Stephen Kelly2013-12-151-0/+54
| | | | | | | | Instead of running many small tests with many cmake projects, simply compare the generated export header against a reference. Remove the helper macros and the try_compiles which are duplicates of the library build tests.
* Possibly fix test on HPUX.Stephen Kelly2011-08-231-1/+1
|
* Add the GenerateExportMacro with unit tests.Stephen Kelly2011-08-071-0/+82
Reviewed-by: Marcus D. Hanwell <marcus.hanwell@kitware.com>