This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository test-suite.
from 395140c cmake/caches: Add some caches with descriptive names new 9d62283 cmake/modules: Restructuring, add rule for libraries new f2cb17b Add a cache explicitely addressing the MacOSX xcode SDK
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CMakeLists.txt | 1 + cmake/caches/target-x86_64-macosx.cmake | 3 + cmake/modules/SingleMultiSource.cmake | 161 +++++++++++--------------------- cmake/modules/TestFile.cmake | 8 ++ cmake/modules/TestSuite.cmake | 76 +++++++++++++++ 5 files changed, 141 insertions(+), 108 deletions(-) create mode 100644 cmake/caches/target-x86_64-macosx.cmake create mode 100644 cmake/modules/TestSuite.cmake