summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-02-27 13:54:13 (GMT)
committerBrad King <brad.king@kitware.com>2014-02-27 13:54:13 (GMT)
commitac42bca8330e0501d2fbf80dbe6d4d93234ba0c0 (patch)
treef8eb066dcc15be578ec6950e5a6a61f9616c3070 /Help
parentc50325b8e55e55306fbf8bca38128303b82a51a9 (diff)
downloadCMake-ac42bca8330e0501d2fbf80dbe6d4d93234ba0c0.zip
CMake-ac42bca8330e0501d2fbf80dbe6d4d93234ba0c0.tar.gz
CMake-ac42bca8330e0501d2fbf80dbe6d4d93234ba0c0.tar.bz2
Help: Add FindGTest-AUTO-SOURCES topic release notes
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/FindGTest-AUTO-SOURCES.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/FindGTest-AUTO-SOURCES.rst b/Help/release/dev/FindGTest-AUTO-SOURCES.rst
new file mode 100644
index 0000000..17b2a1b
--- /dev/null
+++ b/Help/release/dev/FindGTest-AUTO-SOURCES.rst
@@ -0,0 +1,7 @@
+FindGTest-AUTO-SOURCES
+----------------------
+
+* The :module:`FindGTest` module ``gtest_add_tests`` macro learned
+ a new ``AUTO`` option to automatically read the :prop_tgt:`SOURCES`
+ target property of the test executable and scan the source files
+ for tests to be added.