summaryrefslogtreecommitdiffstats
path: root/Tests/Module/GenerateExportHeader/libsharedtest
Commit message (Collapse)AuthorAgeFilesLines
* Speed up the GenerateExportHeader unit test (#14453).Stephen Kelly2013-12-151-45/+0
| | | | | | | | 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.
* Tests/Module/GenerateExportHeader: Test exported free-functionStephen Kelly2013-05-241-0/+1
|
* Disable testing of deprecated macros.Stephen Kelly2011-08-141-5/+5
| | | | | It is not possible to test for it sanely across multiple ancient compilers supported by cmake.
* Expect the tests to pass if hidden visibilty is not enabled.Stephen Kelly2011-08-121-8/+21
|
* Split the deprecated available check from setting macro values.Stephen Kelly2011-08-111-1/+1
|
* Another attempt at fixing Borland.Stephen Kelly2011-08-101-1/+5
| | | | | Apparently it still needs to be exported, but only declspec(deprecated) does not work.
* Add the GenerateExportMacro with unit tests.Stephen Kelly2011-08-071-0/+27
Reviewed-by: Marcus D. Hanwell <marcus.hanwell@kitware.com>