summaryrefslogtreecommitdiffstats
path: root/Tests/ModuleDefinition
Commit message (Collapse)AuthorAgeFilesLines
* Test generated module .def filesBrad King2012-04-024-1/+14
| | | | | Teach the ModuleDefinition test to cover the case that a .def file is generated by a custom command.
* Fix ModuleDefinition test for Intel on WindowsBrad King2009-10-053-5/+6
| | | | | | | CMake defines MSVC only for a VS compiler, but the Intel compiler adds the preprocessor definition _MSC_VER. Instead of relying on separate tests to decide whether to use example_dll_2, we do one test in CMake and then add our own preprocessor definition.
* Test use of module .def files for MS toolsBrad King2009-09-298-0/+65
This adds a "ModuleDefinition" test enabled when using MSVC tools. It checks that .def files can be used to export .dll and .exe symbols and create corresponding .lib files that can be linked. See issue #9613.