summaryrefslogtreecommitdiffstats
path: root/Tests/Module/GenerateExportHeader/exportheader_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Port GenerateExportHeader test to RunCMake infrastructureBrad King2016-09-051-137/+0
| | | | This will allow build failure cases to be added later.
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-25/+17
| | | | | | | | | | | | | Run the `Utilities/Scripts/clang-format.bash` script to update all our C++ code to a new style defined by `.clang-format`. Use `clang-format` version 3.8. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit.
* Tests: fix GenerateExportHeader directory definitionsBen Boeckel2016-02-121-7/+4
| | | | | | There's no need to stringify the values, but instead just pass in strings. The core problem is that the path may have tokens which are replaced by the preprocessor which causes an invalid path to be used.
* 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>