[Cmake-commits] CMake branch, next, updated. v2.8.11-2171-gef2d7ee
Stephen Kelly
steveire at gmail.com
Thu May 23 07:08:40 EDT 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via ef2d7ee0119d57d298c85fd9d8e3c67484aa5e56 (commit)
via 53b52208d913dfb1d0bc90aeb7821a0622cd851e (commit)
from 07973894423df69bed8f40ee8e002c7878a3df1a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ef2d7ee0119d57d298c85fd9d8e3c67484aa5e56
commit ef2d7ee0119d57d298c85fd9d8e3c67484aa5e56
Merge: 0797389 53b5220
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu May 23 07:08:38 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu May 23 07:08:38 2013 -0400
Merge topic 'geh-add-missing-test' into next
53b5220 Add missing test for exported free-function.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=53b52208d913dfb1d0bc90aeb7821a0622cd851e
commit 53b52208d913dfb1d0bc90aeb7821a0622cd851e
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Jul 16 10:05:22 2012 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Thu May 23 13:04:53 2013 +0200
Add missing test for exported free-function.
diff --git a/Tests/Module/GenerateExportHeader/libsharedtest/CMakeLists.txt b/Tests/Module/GenerateExportHeader/libsharedtest/CMakeLists.txt
index a5804fc..2a97d8f 100644
--- a/Tests/Module/GenerateExportHeader/libsharedtest/CMakeLists.txt
+++ b/Tests/Module/GenerateExportHeader/libsharedtest/CMakeLists.txt
@@ -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.")
-----------------------------------------------------------------------
Summary of changes:
.../libsharedtest/CMakeLists.txt | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list