[Cmake-commits] CMake branch, next, updated. v3.2.0-1003-gb94fa03
Bill Hoffman
bill.hoffman at kitware.com
Tue Mar 10 20:58:37 EDT 2015
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 b94fa03c9363908624585311954eeca0c209c3d7 (commit)
via 9eabfb57e72158c58c59631390c0dea969d9ecb4 (commit)
from fefa0152b87e56facf57e87f78f1acb78e87f8b4 (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=b94fa03c9363908624585311954eeca0c209c3d7
commit b94fa03c9363908624585311954eeca0c209c3d7
Merge: fefa015 9eabfb5
Author: Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Tue Mar 10 20:58:36 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Mar 10 20:58:36 2015 -0400
Merge topic 'add_repeat_testing' into next
9eabfb57 Fix the project name to match the test name.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9eabfb57e72158c58c59631390c0dea969d9ecb4
commit 9eabfb57e72158c58c59631390c0dea969d9ecb4
Author: Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Tue Mar 10 20:56:58 2015 -0400
Commit: Bill Hoffman <bill.hoffman at kitware.com>
CommitDate: Tue Mar 10 20:56:58 2015 -0400
Fix the project name to match the test name.
diff --git a/Tests/CTestTestRunUntilFail/CMakeLists.txt b/Tests/CTestTestRunUntilFail/CMakeLists.txt
index 7788d73..62f4814 100644
--- a/Tests/CTestTestRunUntilFail/CMakeLists.txt
+++ b/Tests/CTestTestRunUntilFail/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8.12)
-project(CTestTestSerialOrder)
+project(CTestTestRunUntilFail)
enable_testing()
set(TEST_OUTPUT_FILE "${CMAKE_CURRENT_BINARY_DIR}/test_output.txt")
add_test(NAME initialization
-----------------------------------------------------------------------
Summary of changes:
Tests/CTestTestRunUntilFail/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list