mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Tests/Module/GenerateExportHeader: Test exported free-function
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user