Merge topic 'geh-add-missing-test'

74f24b2 Tests/Module/GenerateExportHeader: Test exported free-function
This commit is contained in:
Brad King 2013-05-24 09:19:43 -04:00 committed by CMake Topic Stage
commit dc85291c57
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ macro(shared_build_fail Source Message)
endmacro()
shared_build_pass("Libshared l; return l.libshared_exported();" "Failed to build exported")
shared_build_pass("return libshared_exported();" "Failed to build exported function.")
# if (COMPILER_HAS_DEPRECATED)
# shared_build_fail("Libshared l; return l.libshared_deprecated();" "Built use of deprecated class method. This should not be possible.")