summaryrefslogtreecommitdiff
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-02-28 09:48:36 -0500
committerCMake Topic Stage <kwrobot@kitware.com>2014-02-28 09:48:36 -0500
commite62102bef1c24c843e81e7c7da7a65c360afc7e3 (patch)
tree024628db16301b94d653bab465cd881c84b4dc68 /Help/release
parentf23cc1d3d8a75b4406f61e24940d42758d3d663d (diff)
parentac42bca8330e0501d2fbf80dbe6d4d93234ba0c0 (diff)
downloadcmake-e62102bef1c24c843e81e7c7da7a65c360afc7e3.tar.gz
Merge topic 'FindGTest-AUTO-SOURCES'
ac42bca8 Help: Add FindGTest-AUTO-SOURCES topic release notes c50325b8 FindGTest: Optionally detect sources automatically (#14775)
Diffstat (limited to 'Help/release')
-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 0000000000..17b2a1b17b
--- /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.